mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-22 23:16:53 +00:00
Docs update: add link to Termux for Android docs
This commit is contained in:
parent
e64c42e661
commit
bd2ff7a4c9
@ -3,13 +3,13 @@ created: 20131219100608529
|
|||||||
delivery: DIY
|
delivery: DIY
|
||||||
description: Flexible hosting on your own machine or in the cloud
|
description: Flexible hosting on your own machine or in the cloud
|
||||||
method: sync
|
method: sync
|
||||||
modified: 20171113105844352
|
modified: 20171115174105090
|
||||||
tags: Saving [[TiddlyWiki on Node.js]] Windows Mac Linux
|
tags: Saving [[TiddlyWiki on Node.js]] Windows Mac Linux
|
||||||
title: Installing TiddlyWiki on Node.js
|
title: Installing TiddlyWiki on Node.js
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
# Install [[Node.js]]
|
# 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
|
#* or directly from http://nodejs.org
|
||||||
# Open a command line terminal and type:
|
# Open a command line terminal and type:
|
||||||
#> `npm install -g tiddlywiki`
|
#> `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''
|
#* click the {{$:/core/images/save-button}} ''save changes'' button in the sidebar, ''OR''
|
||||||
#* `tiddlywiki mynewwiki --build index`
|
#* `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.
|
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]]
|
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]]
|
||||||
|
Loading…
Reference in New Issue
Block a user