updated example watch command to properly run

Should fix issue #31
This commit is contained in:
Ben Flannery 2014-09-15 21:38:45 -04:00
parent b9ed407b12
commit 148c8e3bc9
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ Choose a template with the -t option.
If you want to edit your markdown resume in your editor while watching it
update in your browser, run this command:
watch ./bin/md2resume html --refresh examples/source/sample.md examples/output/
watch ./bin/md2resume html --refresh yes --template modern examples/source/sample.md examples/output/
This makes the build script run periodically, and html document will refresh
every two seconds via a meta tag. Open the `./examples/ouput/sample.html` file