Skip to content

Commit 1a88346

Browse files
committed
Update README to reflect the fact we have a Gemfile
1 parent 09a5fba commit 1a88346

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ View the tutorials [here](http://codebar.github.io/tutorials)
33
## Getting started
44

55
This is a [GitHub Pages](https://pages.github.com/) repo, so you can render the pages with [Jekyll](http://jekyllrb.com/):
6-
1. `gem install jekyll` (`sudo` if needed)
7-
2. `jekyll serve`
6+
7+
1. `bundle install`, which will install Jekyll (`sudo` if needed)
8+
2. `bundle exec jekyll serve`
89
3. go to http://127.0.0.1:4000
910

1011
## Contributing

0 commit comments

Comments
 (0)