Add comment to top-level Makefile on how to get npm into the PATH
authorMike Taylor <mike@indexdata.com>
Wed, 1 Oct 2014 07:10:18 +0000 (07:10 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 1 Oct 2014 07:10:18 +0000 (07:10 +0000)
Makefile

index 869fc26..fd60d85 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,7 @@
 # Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com
 # Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com
+#
+# You need node.js to build MKWS. On caliban, get it using:
+# export PATH=$PATH:/home/indexdata/node/node-v0.10.32-linux-x64/bin
 
 all: setup
        ${MAKE} -C./test node-modules
 
 all: setup
        ${MAKE} -C./test node-modules