From 096e119bbe513035a5c80911cfd89c6770923291 Mon Sep 17 00:00:00 2001 From: Konrad Hinsen Date: Fri, 27 Feb 2026 14:18:21 +0000 Subject: [PATCH] Update ReadMe.md Replace the deprecated npm option `--global-style` by the recommended `--install-strategy=shallow`. --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 2c9b278..961ac2c 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -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`.