mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-10 12:46:39 +00: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
@ -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…
x
Reference in New Issue
Block a user