mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 10:06:19 +00:00
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
created: 20131219100544073
|
|
modified: 20131219100558017
|
|
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 -g upgrade tiddlywiki
|
|
```
|