Skip to content

Commit 154b32b

Browse files
authored
Merge pull request #49 from otegami/improve_running_steps
Minor: Improve running steps on README.md
2 parents 0e5363d + 3944d81 commit 154b32b

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)