From 9841d8001296aebc5244dbe48ec4ae84d83793ce Mon Sep 17 00:00:00 2001 From: James Campos Date: Wed, 3 Aug 2011 09:44:28 -0700 Subject: [PATCH] mention cake build --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97a0e5a67..d8ce516f4 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ [install nodejs and npm](https://github.com/joyent/node/wiki/Installation), install [coffee-script](https://github.com/jashkenas/coffee-script/) with `npm install -g coffee-script`, clone 4chan x, cd into it and run -`npm link coffee-script`. actually build it with `cake dev &`. -kill the process with `killall node`. +`npm link coffee-script`. actually build it with `cake build`. for development +(continuous builds), run `cake dev &`. kill the process with `killall node`.