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

12 lines
305 B
Plaintext
Raw Normal View History

2013-12-19 10:08:14 +00:00
created: 20131219100544073
modified: 20140101173918748
2013-12-19 10:08:14 +00:00
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:
```
sudo npm update -g tiddlywiki
2013-12-19 10:08:14 +00:00
```