From 99852c3cabfecea712cb32ec2e3c704e52925e64 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 19 Nov 2013 19:59:02 +0000 Subject: [PATCH] Added a "Download" tiddler --- editions/tw5.com/tiddlers/Download.tid | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 editions/tw5.com/tiddlers/Download.tid diff --git a/editions/tw5.com/tiddlers/Download.tid b/editions/tw5.com/tiddlers/Download.tid new file mode 100644 index 000000000..122483c75 --- /dev/null +++ b/editions/tw5.com/tiddlers/Download.tid @@ -0,0 +1,28 @@ +created: 201311191945 +creator: JeremyRuston +modified: 201311191945 +modifier: JeremyRuston +tags: introduction +title: Download + +! Download Single File Editions + +Right click and download these links to single file editions of TiddlyWiki5: + +* [[empty|http://five.tiddlywiki.com/empty]] +* [[tw5.com|http://five.tiddlywiki.com/]] + +! Download node.js Edition + +For working on the command line with the node.js edition of TiddlyWiki5, you can install TiddlyWiki via [[npm|http://npmjs.org]]: + +``` +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 +