projects
/
crowdnode.js
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d2717d
)
docs: make it clear that npm vs npx is either or
author
AJ ONeal
<coolaj86@gmail.com>
Tue, 21 Jun 2022 03:06:57 +0000
(21:06 -0600)
committer
GitHub
<noreply@github.com>
Tue, 21 Jun 2022 03:06:57 +0000
(21:06 -0600)
cli/README.md
patch
|
blob
|
history
diff --git
a/cli/README.md
b/cli/README.md
index 3345cc1f99332bc6081040773b24f361fd0b7d44..fe488b4c7a5b5bcd39f7f979165f1927db9c32f5 100644
(file)
--- 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
```