From 7857464ab595c2f02599d09c1fcec125a40fc2d2 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 4 Jan 2014 12:05:24 +0000 Subject: [PATCH] Correct another npm typo --- .../tiddlers/dev/Working with the TiddlyWiki5 repository.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/dev/Working with the TiddlyWiki5 repository.tid b/editions/tw5.com/tiddlers/dev/Working with the TiddlyWiki5 repository.tid index 7d3cd5e64..535cb2575 100644 --- a/editions/tw5.com/tiddlers/dev/Working with the TiddlyWiki5 repository.tid +++ b/editions/tw5.com/tiddlers/dev/Working with the TiddlyWiki5 repository.tid @@ -1,5 +1,5 @@ created: 20131219100444289 -modified: 20140102214438862 +modified: 20140104120500001 tags: dev howto title: Working with the TiddlyWiki5 repository type: text/vnd.tiddlywiki @@ -13,6 +13,6 @@ If you plan on working with the TiddlyWiki5 source code then follow these steps: # Open a command line terminal and change the current working directory to the root of the repo # Type `npm link` (Windows) or `sudo npm link` (Mac/Linux) to tell [[npm]] to use this copy of the repo as the globally installed one -After this procedure you can work with TiddlyWiki5 via [[npm]] as though it were installed in the usual way with `npm -g install tiddlywiki`. +After this procedure you can work with TiddlyWiki5 via [[npm]] as though it were installed in the usual way with `npm install -g tiddlywiki`. See also [[Scripts for TiddlyWiki on Node.js]]. \ No newline at end of file