We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a5fba commit 1a88346Copy full SHA for 1a88346
README.md
@@ -3,8 +3,9 @@ View the tutorials [here](http://codebar.github.io/tutorials)
3
## Getting started
4
5
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`
+
+1. `bundle install`, which will install Jekyll (`sudo` if needed)
8
+2. `bundle exec jekyll serve`
9
3. go to http://127.0.0.1:4000
10
11
## Contributing
0 commit comments