1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 06:43:15 +00:00

Docs tweaks

This commit is contained in:
Jermolene 2015-03-25 22:15:51 +00:00
parent 3e8d1b3955
commit 47dc16a179

View File

@ -1,5 +1,5 @@
created: 20131219100608529 created: 20131219100608529
modified: 20140916124243752 modified: 20150325173825615
tags: [[TiddlyWiki on Node.js]] tags: [[TiddlyWiki on Node.js]]
title: Installing TiddlyWiki on Node.js title: Installing TiddlyWiki on Node.js
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
@ -8,11 +8,10 @@ type: text/vnd.tiddlywiki
# Open a command line terminal and type: # Open a command line terminal and type:
#> `npm install -g 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:
#> `npm install -g tiddlywiki` (Windows)
#> `sudo npm install -g tiddlywiki` (Mac/Linux) #> `sudo npm install -g tiddlywiki` (Mac/Linux)
# 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 `<<version>>`; you may also see other debugging information reported) # In response, you should see TiddlyWiki report its current version (eg "<<version>>"; you may also see other debugging information reported)
# Try it out: # Try it out:
## `tiddlywiki mynewwiki --init server` to create a folder for a new wiki that includes server-related components ## `tiddlywiki mynewwiki --init server` to create a folder for a new wiki that includes server-related components
## `tiddlywiki mynewwiki --server` to start TiddlyWiki ## `tiddlywiki mynewwiki --server` to start TiddlyWiki