Skip to content

Commit 94bf6de

Browse files
committed
update readme
1 parent a0879fc commit 94bf6de

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.textile

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,19 @@ h2. Run
3838
$ cd /path/to/proto/site
3939
$ jekyll
4040

41-
This will generate the site and place it in /path/to/proto/site/_site. If
42-
you'd like the generated site placed somewhere else:
41+
This will generate the site and place it in /path/to/proto/site/_site. There is an autobuild feature that will regenerate your site if any of the files change:
42+
43+
$ jekyll --auto
44+
45+
If you'd like the generated site placed somewhere else:
4346

4447
$ jekyll /path/to/place/generated/site
4548

4649
And if you don't want to be in the proto site root to run Jekyll:
4750

4851
$ jekyll /path/to/proto/site /path/to/place/generated/site
52+
53+
The autobuid feature can be used on any of the invocations.
4954

5055
h2. Contribute
5156

@@ -60,9 +65,10 @@ The best way to get your changes merged back into core is as follows:
6065
# Clone down your fork
6166
# Create a topic branch to contain your change
6267
# Hack away
68+
# Do not change the version number, I will do that on my end
6369
# If necessary, rebase your commits into logical chunks, without errors
6470
# Push the branch up to GitHub
65-
# Send me a pull request for your branch
71+
# Send me (mojombo) a pull request for your branch
6672

6773
h2. License
6874

0 commit comments

Comments
 (0)