From af5d58228562ca3c68dedcb0176a1baeaba1ca87 Mon Sep 17 00:00:00 2001 From: Paul Cuthbertson Date: Wed, 23 Apr 2025 19:10:30 +0100 Subject: [PATCH] Fixes install command typo Pretty sure it needs to be installed globally for the following example commands to work. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0d73bfe..1927188 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ ## Installation ```sh -npm install wallace-cli +npm install -g wallace-cli ``` ## Usage