diff --git a/editions/pluginlibrary/tiddlers/GettingStarted.tid b/editions/pluginlibrary/tiddlers/GettingStarted.tid index 53c35cf11..3ab0fe415 100644 --- a/editions/pluginlibrary/tiddlers/GettingStarted.tid +++ b/editions/pluginlibrary/tiddlers/GettingStarted.tid @@ -15,8 +15,8 @@ Import the configuration tiddler: $:/config/LocalPluginLibrary to your "test wik The following commands will create the library files and start a test server at http://localhost:8888 ``` -cd /your/path/to/TiddlyWiki5/editions/pluginlibrary -tiddlywiki --build test-server +cd /your/path/to/TiddlyWiki5 +node ./tiddlywiki.js ./editions/pluginlibrary --build test-server ``` !! Test the Library with a Single File Wiki diff --git a/editions/pluginlibrary/tiddlywiki.info b/editions/pluginlibrary/tiddlywiki.info index ba18ff0a2..cf6df6f8b 100644 --- a/editions/pluginlibrary/tiddlywiki.info +++ b/editions/pluginlibrary/tiddlywiki.info @@ -11,7 +11,7 @@ ], "build": { "test-server": [ - "--output", "./files/local/library/tmp", + "--output", "./editions/pluginlibrary/files/local/library/tmp", "--build", "library", "--listen", "port=8888" ],