# HG changeset patch # User Steve Losh # Date 1459187524 0 # Node ID 895de4f8db573e7bb3ca77588eb7a0fb3567ee37 # Parent f2c975d76db14fc42751a05743f05936a3635827 Update docs diff -r f2c975d76db1 -r 895de4f8db57 docs/04-faqs.markdown --- a/docs/04-faqs.markdown Mon Mar 28 17:47:11 2016 +0000 +++ b/docs/04-faqs.markdown Mon Mar 28 17:52:04 2016 +0000 @@ -142,12 +142,7 @@ ### Can I make d auto-rerender when my files change? -Yes, use [kicker](https://github.com/alloy/kicker) to watch for changes and run -`d`. - -### Kicker is only for OS X, what about Linux? - -[This method](http://exyr.org/2011/inotify-run/) works pretty well. +Yes, use [peat](https://github.com/sjl/peat) to watch for changes and run `d`. ### Can I write in something other than Markdown? diff -r f2c975d76db1 -r 895de4f8db57 docs/publish.sh --- a/docs/publish.sh Mon Mar 28 17:47:11 2016 +0000 +++ b/docs/publish.sh Mon Mar 28 17:52:04 2016 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env bash rm -rf ./build -~/lib/virtualenvs/d/bin/python ../bin/d +~/.virtualenvs/d/bin/python ../bin/d hg -R ~/src/sjl.bitbucket.org pull -u rsync --delete -a ./build/ ~/src/sjl.bitbucket.org/d hg -R ~/src/sjl.bitbucket.org commit -Am 'd: Update site.'