From f80d82cfccfb00600c7b017dcb951175dfd68376 Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Fri, 26 Sep 2014 12:46:41 -0400 Subject: [PATCH] Remove references to the watch command in the sample --- site/_docs/usage.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/site/_docs/usage.md b/site/_docs/usage.md index 7538de00..0e2f783e 100644 --- a/site/_docs/usage.md +++ b/site/_docs/usage.md @@ -46,9 +46,6 @@ $ jekyll serve --detach # => Same as `jekyll serve` but will detach from the current terminal. # If you need to kill the server, you can `kill -9 1234` where "1234" is the PID. # If you cannot find the PID, then do, `ps aux | grep jekyll` and kill the instance. [Read more](http://unixhelp.ed.ac.uk/shell/jobz5.html). - -$ jekyll serve --watch -# => Same as `jekyll serve`, but watch for changes and regenerate automatically. {% endhighlight %} These are just a few of the available [configuration options](../configuration/).