You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2013/09/09 11:54:08 UTC

[48/50] [abbrv] git commit: updated refs/heads/1867-feature-plugins to 8aad450

update docs


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/addaccb4
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/addaccb4
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/addaccb4

Branch: refs/heads/1867-feature-plugins
Commit: addaccb48c68950f2a25de8740de29843d70bc8a
Parents: f5cd4b3
Author: Jan Lehnardt <ja...@apache.org>
Authored: Mon Sep 9 11:11:43 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Mon Sep 9 11:52:24 2013 +0200

----------------------------------------------------------------------
 src/fauxton/writing_addons.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/addaccb4/src/fauxton/writing_addons.md
----------------------------------------------------------------------
diff --git a/src/fauxton/writing_addons.md b/src/fauxton/writing_addons.md
index 85d1e7a..08f44fc 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