Improve jekyll server execution instructions

This commit is contained in:
Phil Sturgeon
2016-02-15 21:50:06 -05:00
parent dc7ab1b3bc
commit 0e875747a0

View File

@@ -67,10 +67,8 @@ included in the project:
```bash ```bash
# Install the needed gems through Bundler # Install the needed gems through Bundler
bundle install bundle install
# Build and open _site/index.html in your browser... # Run the local server
jekyll build [--watch] bundle execute jekyll s
# ...or run a local server to easily develop:
jekyll serve
``` ```
5. Commit your changes in logical chunks. Please adhere to these [git commit 5. Commit your changes in logical chunks. Please adhere to these [git commit
@@ -118,4 +116,4 @@ All content is completely free now, and always will be.
3. Wrap all text to 120 characters 3. Wrap all text to 120 characters
4. Code samples should adhere to PSR-1 or higher 4. Code samples should adhere to PSR-1 or higher
5. Use [GitHub Flavored Markdown](http://github.github.com/github-flavored-markdown/) for all content 5. Use [GitHub Flavored Markdown](http://github.github.com/github-flavored-markdown/) for all content
6. Use language agnostic urls when refering to external websites such as the [php.net](http://php.net/urlhowto.php) manual 6. Use language agnostic urls when referring to external websites such as the [php.net](http://php.net/urlhowto.php) manual