Remove reference to the watch command

This commit is contained in:
chrisfinazzo 2015-03-22 15:04:42 -04:00
parent eea4a82dc6
commit db0e1a683c
1 changed files with 2 additions and 3 deletions

View File

@ -24,9 +24,8 @@ $ gem update jekyll
For better clarity, Jekyll now accepts the commands `build` and `serve`. For better clarity, Jekyll now accepts the commands `build` and `serve`.
Whereas before you might simply run the command `jekyll` to generate a site Whereas before you might simply run the command `jekyll` to generate a site
and `jekyll --server` to view it locally, now use the subcommands `jekyll build` and `jekyll --server` to view it locally, in v2.0 (and later) you should use the subcommands `jekyll build`
and `jekyll serve` to do the same. And if you want Jekyll to automatically and `jekyll serve` to build and preview your site.
rebuild each time a file changes, just add the `--watch` flag at the end.
<div class="note info"> <div class="note info">
<h5>Watching and Serving</h5> <h5>Watching and Serving</h5>