Skip to content

Commit

Permalink
Rack requires bundle exec command
Browse files Browse the repository at this point in the history
  • Loading branch information
SuriyaaKudoIsc authored Jun 24, 2016
1 parent 2d811ea commit e67dcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/ruby/rendering-data-as-graphs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ guide on developer.github.com.
To run these projects, make sure you have [Bundler][bundler] installed; then type
`bundle install` on the command line.

Then, enter `rackup -p 4567` on the command line.
Then, enter `bundle exec rackup -p 4567` on the command line.

[rendering data]: http://developer.github.com/guides/rendering-data-as-graphs/
[bundler]: http://gembundler.com/

0 comments on commit e67dcd9

Please sign in to comment.