Update README.md

This commit is contained in:
Oleh Zasadnyy 2015-02-21 00:38:01 +02:00
parent 554378b49b
commit c813f01015

View file

@ -33,7 +33,7 @@ Or watch project presentation from [GDG[x] Townhall meeting](http://www.youtube.
Check if you have [all requirements for local environment](http://jekyllrb.com/docs/installation/). Check if you have [all requirements for local environment](http://jekyllrb.com/docs/installation/).
To install all development dependencies install [Bundler](http://bundler.io/). To install all development dependencies install [Bundler](http://bundler.io/).
```bash ```bash
gem install bundler gem install bundler
``` ```
and run next command from root folder: and run next command from root folder:
@ -41,7 +41,7 @@ and run next command from root folder:
bundle install bundle install
``` ```
Run this command from project root folder: To start Jekyll run:
```bash ```bash
jekyll serve -w jekyll serve -w
``` ```