1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-27 15:53:14 +00:00

Correct npm upgrading instructions

Fixes #304
This commit is contained in:
Jermolene 2013-12-30 12:16:06 +00:00
parent 5dd33904e7
commit bb0be9e02f
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
created: 20131219100544073
modified: 20131219100558017
modified: 20131230121459582
tags: howto
title: Upgrading TiddlyWiki on Node.js
type: text/vnd.tiddlywiki
@ -7,5 +7,5 @@ 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
sudo npm -g update tiddlywiki
```

File diff suppressed because one or more lines are too long