Skip to content

Commit

Permalink
Fix running steps on README.md
Browse files Browse the repository at this point in the history
The bin/setup command doesn't run the rails server.
So we should re-add the rails s command.
  • Loading branch information
otegami committed Apr 4, 2023
1 parent 154b32b commit 09cf332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ A [Grape](http://github.com/ruby-grape/grape) API mounted on Rails.

```
bin/setup
rails s
```

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

0 comments on commit 09cf332

Please sign in to comment.