Add support for running TiddlyWiki under node-webkit

This commit is contained in:
Jermolene
2014-01-01 17:59:47 +00:00
parent 3d79eb87d1
commit 87fbd988f1
6 changed files with 113 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
created: 20131219100544073
modified: 20131230121459582
modified: 20140101173918748
tags: howto
title: Upgrading TiddlyWiki on Node.js
type: text/vnd.tiddlywiki
@@ -7,5 +7,5 @@ type: text/vnd.tiddlywiki
If you've installed [[TiddlyWiki on Node.js]] on the usual way, when a new version is released you can upgrade it with this command:
```
sudo npm -g update tiddlywiki
sudo npm update -g tiddlywiki
```