Skip to content

Commit 85b58e6

Browse files
author
Gogs
committed
Change README.md
1 parent a86be46 commit 85b58e6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Please note: currently under development**
44

5-
EveryDocs Core is the server-side part of EveryDocs. This project will contain an web interface and a mobile app in the near future. All in all, EveryDocs is a simple Document Management System (DMS) for private use. It contains basic functionality to organize your documents digitally.
5+
EveryDocs Core is the server-side part of EveryDocs. This project will contain an [web interface](https://github.com/jonashellmann/everydocs-web/) and a mobile app in the near future. All in all, EveryDocs is a simple Document Management System (DMS) for private use. It contains basic functionality to organize your documents digitally.
66

77
## Installation
88

@@ -12,7 +12,8 @@ EveryDocs Core is the server-side part of EveryDocs. This project will contain a
1212
4. Configure your database connection in config/database.yml
1313
5. Start your Rails server on a specific port (or on port 3000, if you don't use the command line parameter): _rails server --port 1234_
1414
6. Access the application on http://localhost:1234 or configure any kind of proxy forwarding in your webserver.
15+
7. If you wish to use this application in your web browser, consider to install [EveryDocs Web](https://github.com/jonashellmann/everydocs-web/)!
1516

1617
## Routes Documentation
1718

18-
To learn about the routes the API offers, run the following command: _rake routes_
19+
To learn about the routes the API offers, run the following command: _rake routes_

0 commit comments

Comments
 (0)