mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-15 03:01:58 -07:00
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.
This commit is contained in:
parent
7a714da9cb
commit
4e278d0cd7
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue