From 8f592d3f0ade4d7b36dc35bef8390cdf25ef1e80 Mon Sep 17 00:00:00 2001 From: Marxsal Date: Mon, 4 Oct 2021 01:48:44 -0700 Subject: [PATCH] Documentation - Installing Nodejs fixes (#6085) --- .../nodejs/Installing TiddlyWiki on Node.js.tid | 13 ++++++++++--- 1 file changed, 10 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 5c6b34f13..fe8a58513 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 @@ -4,14 +4,21 @@ created: 20131219100608529 delivery: DIY description: Flexible hosting on your own machine or in the cloud method: sync -modified: 20200507110222866 +modified: 20211003230831173 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|Serving TW5 from Android]], or `brew install node` on a Mac -#* or directly from http://nodejs.org +#* Linux: +#*> //Debian/Ubuntu//:
`apt install nodejs`
May need to be followed up by:
`apt install npm` +#*> //Arch Linux//
`pacman -S tiddlywiki`
(installs node and tiddlywiki) +#* Mac +#*> `brew install node` +#* Android +#*> [[Termux for Android|Serving TW5 from Android]] +#* Other +#*> See http://nodejs.org # Open a command line terminal and type: #> `npm install -g tiddlywiki` #> If it fails with an error you may need to re-run the command as an administrator: