1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 12:07:19 +00:00

Docs update

This commit is contained in:
Jermolene 2013-12-31 11:36:51 +00:00
parent e48e7e9443
commit 089a838611

View File

@ -1,14 +1,14 @@
created: 20131219100608529 created: 20131219100608529
modified: 20131219163547622 modified: 20131231113631968
tags: howto tags: howto
title: Installing TiddlyWiki on Node.js title: Installing TiddlyWiki on Node.js
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
# Install [[Node.js]] from http://npmjs.org # Install [[Node.js]] from http://nodejs.org
# Open a command line terminal and type: # Open a command line terminal and type:
#> `npm -g install tiddlywiki` #> `npm install -g tiddlywiki`
#> If it fails with an error you may need to re-run the command as an administrator: #> If it fails with an error you may need to re-run the command as an administrator:
#> `sudo npm -g install tiddlywiki` #> `sudo npm install -g tiddlywiki`
# Check TiddlyWiki is installed by typing: # Check TiddlyWiki is installed by typing:
#> `tiddlywiki --version` #> `tiddlywiki --version`
# In response, you should see TiddlyWiki report its current version (eg `5.0.4-beta`; you may also see other debugging information reported) # In response, you should see TiddlyWiki report its current version (eg `5.0.4-beta`; you may also see other debugging information reported)