Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gogs committed Oct 14, 2019
1 parent 717d549 commit 53b3e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EveryDocs Core is the server-side part of EveryDocs. This project will contain a
## Installation

1. Make sure you have Ruby installed. For an installation guide, check here: [Ruby installation guide](https://guides.rubyonrails.org/getting_started.html#installing-rails)
2. If you haven't installed the Rails Gem, you can run the following command: ``gem install ruby``
2. If you haven't installed the Rails Gem, you can run the following command: ``gem install rails``
3. Clone this repository in a location of your own choice: ``git clone https://github.com/jonashellmann/everydocs-core``
4. Configure your database connection in config/database.yml
5. Configure the folder where documents are stored in config/settings.yml
Expand Down

0 comments on commit 53b3e40

Please sign in to comment.