From 4e278d0cd7ec7d44d9a2dd4895d3f45b98c24f23 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski Date: Sat, 16 Sep 2017 16:04:27 +0200 Subject: [PATCH] Add missing wiki directory to command example (#2950) All the other commands seem to assume that the user is not in the wiki directory, but rather in the parent directory: `tiddlywiki mynewwiki --init server` and `tiddlywiki mynewwiki --server`. This is why `tiddlywiki --build index` fails. A solution to this problem is to add the wiki name to the command. --- .../tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid b/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid index 6cdccb00f..ec6c5f5cc 100644 --- a/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid +++ b/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid @@ -21,7 +21,7 @@ type: text/vnd.tiddlywiki ## Try editing and creating tiddlers # Optionally, make an offline copy: #* click the {{$:/core/images/save-button}} ''save changes'' button in the sidebar, ''OR'' -#* `tiddlywiki --build index` +#* `tiddlywiki mynewwiki --build index` The `-g` flag causes TiddlyWiki to be installed globally. Without it, TiddlyWiki will only be available in the directory where you installed it.