From db0e1a683c2983ac202058b0a1cbf73a29a6fc8c Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Sun, 22 Mar 2015 15:04:42 -0400 Subject: [PATCH] Remove reference to the watch command --- site/_docs/upgrading.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/site/_docs/upgrading.md b/site/_docs/upgrading.md index 2b2a0212..0736d879 100644 --- a/site/_docs/upgrading.md +++ b/site/_docs/upgrading.md @@ -24,9 +24,8 @@ $ gem update jekyll For better clarity, Jekyll now accepts the commands `build` and `serve`. 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 serve` to do the same. And if you want Jekyll to automatically -rebuild each time a file changes, just add the `--watch` flag at the end. +and `jekyll --server` to view it locally, in v2.0 (and later) you should use the subcommands `jekyll build` +and `jekyll serve` to build and preview your site.
Watching and Serving