From f70a4969898411f7a457ac5eedba200a0eff7924 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 2 Apr 2013 15:56:43 +0100 Subject: [PATCH] Docs update --- .../How_to_build_a_TiddlyWiki5_from_individual_tiddlers.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 02fce0d19..e6b8f821f 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 @@ -6,6 +6,6 @@ tags: docs howto ## Create a file called `tiddlywiki.info` containing just a pair of braces: `{}` ## Create a subfolder called `tiddlers` ##* Alternatively, just copy the `editions/empty` folder from the TiddlyWiki5 repo -# Create individual tiddler files in the `MyWiki/tiddlers` directory +# Create individual tiddler files 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 --savetiddler $:/core/templates/tiddlywiki5.template.html index.html text/plain`