Skip to content

Commit

Permalink
add bundle exec to serve
Browse files Browse the repository at this point in the history
so that jekyll launches in the correct gem scope
  • Loading branch information
uberfuzzy committed Dec 19, 2018
1 parent c9a6c19 commit 0cca229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It can be helpful to preview changes on your computer before opening a pull requ

- Make sure you have ruby installed on your computer. See https://www.ruby-lang.org/en/downloads/
- `bundle install`
- `jekyll serve`
- `bundle exec jekyll serve`
- Point your browser at http://127.0.0.1:4000/

## Deployment
Expand Down

0 comments on commit 0cca229

Please sign in to comment.