8000 README tweak -- add instructions for `--watch` · Blaisorblade/scala.github.com@f4a7cb1 · GitHub
[go: up one dir, main page]

Skip to content

Commit f4a7cb1

Browse files
committed
README tweak -- add instructions for --watch
1 parent af14709 commit f4a7cb1

File tree

< 8000 button data-component="IconButton" type="button" data-testid="expand-file-tree-button" aria-expanded="false" aria-controls="diff_file_tree" class="prc-Button-ButtonBase-c50BI d-md-none position-relative fgColor-muted prc-Button-IconButton-szpyj" data-loading="false" data-no-visuals="true" data-size="medium" data-variant="invisible" aria-describedby=":Rqatdab:-loading-announcement" aria-labelledby=":R2atdab:">

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Start the server in the context of the bundle:
2525

2626
The generated site is available at `http://localhost:4000`
2727

28-
Jekyll will automatically watch for changes on the filesystem, and regenerate the site. It can take a few minutes for your changes to appear. Watch the output from `jekyll serve`. When you start up you'll see this:
28+
If you add `--watch` at the end of the command line above, Jekyll will automatically watch for changes on the filesystem, and regenerate the site. It can take a few minutes for your changes to appear. Watch Jekyll's output. When you start up you'll see this:
2929

30-
$ bundle exec jekyll serve
30+
$ bundle exec jekyll serve --watch
3131
Configuration file: /Users/ben/src/scala.github.com/_config.yml
3232
Source: /Users/ben/src/scala.github.com
3333
Destination: /Users/ben/src/scala.github.com/_site

0 commit comments

Comments
 (0)
0