mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
18 lines
395 B
Plaintext
18 lines
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
|
|
```
|