mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-27 12:34:38 +00:00
12 lines
305 B
Plaintext
12 lines
305 B
Plaintext
created: 20131219100544073
|
|
modified: 20140101173918748
|
|
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
|
|
```
|