mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
18 lines
415 B
Plaintext
18 lines
415 B
Plaintext
created: 20131219100544073
|
|
modified: 20140912141800426
|
|
tags: [[TiddlyWiki on Node.js]]
|
|
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
|
|
```
|