1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-10 06:19:42 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/Download.tid

27 lines
903 B
Plaintext
Raw Normal View History

2013-11-19 19:59:02 +00:00
created: 201311191945
creator: JeremyRuston
modified: 201311191945
modifier: JeremyRuston
tags: introduction
title: Download
! Download Single File Editions
2013-11-26 08:42:03 +00:00
|<$button message="tw-save-wiki" param="$:/editions/tw5.com/save-empty" class="btn-big-green">Save Empty {{$:/core/images/save-button}}</$button>|Get started with an empty wiki |
|<$button message="tw-save-wiki" param="$:/core/save/all" class="btn-big-green">Save Full {{$:/core/images/save-button}}</$button>|Download a full copy of this site, including all the documentation |
2013-11-19 19:59:02 +00:00
! Download Node.js Edition
2013-11-19 19:59:02 +00:00
For working on the command line with the Node.js edition of TiddlyWiki5, you can install TiddlyWiki via [[npm|http://npmjs.org]]:
2013-11-19 19:59:02 +00:00
```
npm -g install tiddlywiki
```
The `-g` flag causes TiddlyWiki to be installed globally.
You can also download or fork the TiddlyWiki5 GitHub repo directly:
https://github.com/Jermolene/TiddlyWiki5