895de4f8db57

Update docs
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 28 Mar 2016 17:52:04 +0000
parents f2c975d76db1
children e5f60d96b62f
branches/tags (none)
files docs/04-faqs.markdown docs/publish.sh

Changes

--- 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?
 
--- 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.'