From bd2ff7a4c9d5c11b1c98e2810d23b32d808b8bd2 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 15 Nov 2017 17:41:47 +0000 Subject: [PATCH] Docs update: add link to Termux for Android docs --- .../tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid | 5 ++--- 1 file changed, 2 insertions(+), 3 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 2281b91af..4f047c3ed 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 @@ -3,13 +3,13 @@ created: 20131219100608529 delivery: DIY description: Flexible hosting on your own machine or in the cloud method: sync -modified: 20171113105844352 +modified: 20171115174105090 tags: Saving [[TiddlyWiki on Node.js]] Windows Mac Linux title: Installing TiddlyWiki on Node.js type: text/vnd.tiddlywiki # Install [[Node.js]] -#* either from your favourite package manager: typically `apt-get install nodejs` on Debian/Ubuntu Linux or Termux for Android, or `brew install node` on a Mac +#* either from your favourite package manager: typically `apt-get install nodejs` on Debian/Ubuntu Linux or [[Termux for Android|Serving TW5 from Android]], or `brew install node` on a Mac #* or directly from http://nodejs.org # Open a command line terminal and type: #> `npm install -g tiddlywiki` @@ -27,7 +27,6 @@ type: text/vnd.tiddlywiki #* click the {{$:/core/images/save-button}} ''save changes'' button in the sidebar, ''OR'' #* `tiddlywiki mynewwiki --build index` - 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 receiving 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]]