summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2013-09-09 11:11:43 +0200
committerJan Lehnardt <jan@apache.org>2013-09-09 11:13:29 +0200
commit31b96130f6323733c2d3c430a721222451675d3c (patch)
treec5a44151529a63fff2f08c63051e47c56aa26278
parent0bc81f93430153b678d4484371263de8b504b0a6 (diff)
downloadcouchdb-31b96130f6323733c2d3c430a721222451675d3c.tar.gz
update docs
-rw-r--r--src/fauxton/writing_addons.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/fauxton/writing_addons.md b/src/fauxton/writing_addons.md
index 85d1e7a02..08f44fc0d 100644
--- a/src/fauxton/writing_addons.md
+++ b/src/fauxton/writing_addons.md
@@ -15,10 +15,11 @@ have the following structure:
## Generating an addon
We have a `grunt-init` template that lets you create a skeleton addon,
-including all the boiler plate code. Run `grunt-init tasks/addon` and answer
-the questions it asks to create an addon:
+including all the boiler plate code. Run
+`./node_modules/.bin/grunt-init tasks/addon` and answer the questions
+it asks to create an addon:
- ± grunt-init tasks/addon
+ $ ./node_modules/.bin/grunt-init tasks/addon
path.existsSync is now called `fs.existsSync`.
Running "addon" task