From: AJ ONeal Date: Tue, 21 Jun 2022 03:06:57 +0000 (-0600) Subject: docs: make it clear that npm vs npx is either or X-Git-Tag: v1.1.0~5 X-Git-Url: https://git.josue.xyz/?p=crowdnode.js%2F.git;a=commitdiff_plain;h=9f3545f8b248eca1c440ca117f0d99c07281b427 docs: make it clear that npm vs npx is either or --- 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 ```