1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-25 01:20:30 +00:00

Docs update

This commit is contained in:
Jeremy Ruston 2013-04-02 15:56:43 +01:00
parent a17e3588a6
commit f70a496989

View File

@ -6,6 +6,6 @@ tags: docs howto
## Create a file called `tiddlywiki.info` containing just a pair of braces: `{}` ## Create a file called `tiddlywiki.info` containing just a pair of braces: `{}`
## Create a subfolder called `tiddlers` ## Create a subfolder called `tiddlers`
##* Alternatively, just copy the `editions/empty` folder from the TiddlyWiki5 repo ##* 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: # 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` ## `node ./tiddlywiki.js ~/MyWiki --savetiddler $:/core/templates/tiddlywiki5.template.html index.html text/plain`