docs: make it clear that npm vs npx is either or
authorAJ ONeal <coolaj86@gmail.com>
Tue, 21 Jun 2022 03:06:57 +0000 (21:06 -0600)
committerGitHub <noreply@github.com>
Tue, 21 Jun 2022 03:06:57 +0000 (21:06 -0600)
cli/README.md

index 3345cc1f99332bc6081040773b24f361fd0b7d44..fe488b4c7a5b5bcd39f7f979165f1927db9c32f5 100644 (file)
@@ -27,10 +27,14 @@ PATH %USERPROFILE%\.local\opt\node;%PATH%
 ## CrowdNode CLI
 
 ```bash
 ## CrowdNode CLI
 
 ```bash
+# Install to system, globally
 npm install --location=global crowdnode-cli@v1
 ```
 
 npm install --location=global crowdnode-cli@v1
 ```
 
+Or
+
 ```bash
 ```bash
+# Run without installing 
 npx crowdnode-cli@v1
 ```
 
 npx crowdnode-cli@v1
 ```