print-window-tiddler
Jermolene 2013-12-31 11:36:51 +00:00
rodzic e48e7e9443
commit 089a838611
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -1,14 +1,14 @@
created: 20131219100608529
modified: 20131219163547622
modified: 20131231113631968
tags: howto
title: Installing TiddlyWiki on Node.js
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:
#> `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:
#> `sudo npm -g install tiddlywiki`
#> `sudo npm install -g tiddlywiki`
# Check TiddlyWiki is installed by typing:
#> `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)