Browse Source

update readme with updated jekyll command to serve project

pull/608/head
Jonathan Matthey 11 years ago
parent
commit
da69f6596b
  1. 2
      README.mdown

2
README.mdown

@ -34,7 +34,7 @@ The documentation and demo pages are generated using [Jekyll](http://github.com/
``` bash
git clone https://github.com/desandro/isotope.git
cd isotope/
jekyll --server --auto
jekyll serve --watch
```
Then view the live site at [http://localhost:4000](http://localhost:4000).

Loading…
Cancel
Save