Skip to content

Commit 3944d81

Browse files
committed
Improve running steps on README.md
The current steps prevent us from requesting endpoints because the database hasn't been prepared.
1 parent 0e5363d commit 3944d81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ A [Grape](http://github.com/ruby-grape/grape) API mounted on Rails.
1515
## Run
1616

1717
```
18-
bundle install
19-
rails s
18+
bin/setup
2019
```
2120

2221
- Try http://localhost:3000/api/ping or http://localhost:3000/api/protected/ping with _username_ and _password_.

0 commit comments

Comments
 (0)