You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ EveryDocs Core is the server-side part of EveryDocs. This project will contain a
5
5
## Installation
6
6
7
7
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)
8
-
2. If you haven't installed the Rails Gem, you can run the following command: ``gem install ruby``
8
+
2. If you haven't installed the Rails Gem, you can run the following command: ``gem install rails``
9
9
3. Clone this repository in a location of your own choice: ``git clone https://github.com/jonashellmann/everydocs-core``
10
10
4. Configure your database connection in config/database.yml
11
11
5. Configure the folder where documents are stored in config/settings.yml
0 commit comments