TiddlyWiki5/editions/tw5.com/tiddlers/dev/Upgrading TiddlyWiki on Nod...

18 wiersze
395 B
Plaintext

created: 20131219100544073
modified: 20140102214521628
tags: howto
title: Upgrading TiddlyWiki on Node.js
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:
```
npm update -g tiddlywiki
```
On Mac or Linux you'll need to add ''sudo'' like this:
```
sudo npm update -g tiddlywiki
```