Merge pull request #12 from bkerensa/patch-1

Update README
This commit is contained in:
Sylvestre Ledru 2015-08-11 11:54:11 +02:00
Родитель 42fb80f5f5 74f385cbec
Коммит 912e41c5a6
1 изменённых файлов: 22 добавлений и 1 удалений

23
README
Просмотреть файл

@ -1,5 +1,26 @@
To run your local instance:
Test Release Blog Locally
===========
On Ubuntu/Debian:
$ git clone the repo
$ apt-get install jekyll
$ jekyll serve
$ Go to http://localhost:4000
On OSX:
$ git clone the repo
$ gem install github-pages
$ cd release-blog
$ jekyll serve
$ Go to http://localhost:4000
Flags
===========
$ --no-watch (Do not watch for changes)
$ --watch (Make changes on the fly)
$ --trace (For debug)