Skip to content

Commit a945cd9

Browse files
committed
📖 DOC: Lingo
1 parent 6497014 commit a945cd9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: readme.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@
2626
## Install
2727

2828
```sh
29-
npm install -g create-node-cli
30-
31-
# OR.
29+
# Recommended.
3230
npx create-node-cli
31+
32+
# OR an alternative global install.
33+
npm install -g create-node-cli
3334
```
3435

3536
<br>

0 commit comments

Comments
 (0)