From 9f3545f8b248eca1c440ca117f0d99c07281b427 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 20 Jun 2022 21:06:57 -0600 Subject: [PATCH] docs: make it clear that npm vs npx is either or --- cli/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cli/README.md b/cli/README.md index 3345cc1..fe488b4 100644 --- a/cli/README.md +++ b/cli/README.md @@ -27,10 +27,14 @@ PATH %USERPROFILE%\.local\opt\node;%PATH% ## CrowdNode CLI ```bash +# Install to system, globally npm install --location=global crowdnode-cli@v1 ``` +Or + ```bash +# Run without installing npx crowdnode-cli@v1 ``` -- 2.25.1