From bd40977c85c3e6d00251a03fa93e4cb082567b91 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 11 Jan 2014 09:50:34 +0000 Subject: [PATCH] Fix docs error --- ...w_to_build_a_TiddlyWiki5_from_individual_tiddlers.tid | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/howtos/How_to_build_a_TiddlyWiki5_from_individual_tiddlers.tid b/editions/tw5.com/tiddlers/howtos/How_to_build_a_TiddlyWiki5_from_individual_tiddlers.tid index 9c7b046d8..8732a85ce 100644 --- a/editions/tw5.com/tiddlers/howtos/How_to_build_a_TiddlyWiki5_from_individual_tiddlers.tid +++ b/editions/tw5.com/tiddlers/howtos/How_to_build_a_TiddlyWiki5_from_individual_tiddlers.tid @@ -1,7 +1,10 @@ -created: 201311242206 -modified: 201308251607 +created: 20131124220600000 +modified: 20140111095008013 tags: howto title: How to build a TiddlyWiki5 from individual tiddlers +type: text/vnd.tiddlywiki + +First install TiddlyWiki as described in [[Installing TiddlyWiki on Node.js]]. # Create an empty [[TiddlyWikiFolder|TiddlyWikiFolders]] ## Create a new folder in a convenient place (for example `~/MyWiki`) @@ -10,4 +13,4 @@ title: How to build a TiddlyWiki5 from individual tiddlers ##* Alternatively, just copy the `editions/empty` folder from the TiddlyWiki5 repo # Create individual TiddlerFiles in the `~/MyWiki/tiddlers` directory # Execute the following command from the TiddlyWiki5 root directory to build a TiddlyWiki5 file from the tiddlers: -## `node ./tiddlywiki.js ~/MyWiki --rendertiddler $:/core/save/all index.html text/plain` +## `tiddlywiki ~/MyWiki --rendertiddler $:/core/save/all index.html text/plain`