From 5b7a7268d83e78f94b407d19405c928a6541da0e Mon Sep 17 00:00:00 2001 From: Roma Hicks Date: Mon, 27 Apr 2015 21:40:20 -0500 Subject: [PATCH] Changed structure to use less space. --- .../tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid b/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid index 0c0f53bb2..9f51cc4bb 100644 --- a/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid +++ b/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid @@ -20,8 +20,6 @@ type: text/vnd.tiddlywiki The `-g` flag causes TiddlyWiki to be installed globally. Without it, TiddlyWiki will only be available in the directory where you installed it. -If you are using Debian or Debian-based Linux and you are reciving a `node: command not found` error though node.js package is installed, you may need to create a symbolic link between `nodejs` and `node`. See github [[issue 1434|http://github.com/Jermolene/TiddlyWiki5/issues/1434]] +If you are using Debian or Debian-based Linux and you are reciving a `node: command not found` error though node.js package is installed, you may need to create a symbolic link between `nodejs` and `node`. Consult your distro's manual and `whereis` to correctly create a link. See github [[issue 1434|http://github.com/Jermolene/TiddlyWiki5/issues/1434]] -Example Debian v8.0: `sudo ln -s /usr/bin/nodejs /usr/bin/node` - -Consult your distro's manual and `whereis` to correctly create a link. \ No newline at end of file +Example Debian v8.0: `sudo ln -s /usr/bin/nodejs /usr/bin/node` \ No newline at end of file