Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Visit localhost:3000 to see your wiki. If you choose a host visible to the inter

If you would prefer to test wiki without installing system wide, you can do the following (in a directory of your choice):

$ npm install wiki --global-style
$ npm install wiki --install-strategy=shallow
$ npx wiki --data ./data

Without the `--data` argument, running `wiki` (installed globally or otherwise) will store data in `~/.wiki`.
Expand Down