mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 23:34:50 +00:00
bb0be9e02f
Fixes #304
12 lines
305 B
Plaintext
12 lines
305 B
Plaintext
created: 20131219100544073
|
|
modified: 20131230121459582
|
|
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 update tiddlywiki
|
|
```
|