1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 11:13:15 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/nodejs/Upgrading TiddlyWiki on Node.js.tid

18 lines
415 B
Plaintext
Raw Normal View History

2013-12-19 10:08:14 +00:00
created: 20131219100544073
2014-09-12 15:05:37 +00:00
modified: 20140912141800426
tags: [[TiddlyWiki on Node.js]]
2013-12-19 10:08:14 +00:00
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:
2014-01-02 21:47:01 +00:00
```
npm update -g tiddlywiki
```
On Mac or Linux you'll need to add ''sudo'' like this:
2013-12-19 10:08:14 +00:00
```
sudo npm update -g tiddlywiki
2013-12-19 10:08:14 +00:00
```