Skip to content

Commit 10a4353

Browse files
committed
docs: Update npm generic install instructions to use npm i -g
1 parent 18cc41c commit 10a4353

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ irm https://raw.githubusercontent.com/claudlos/cloding/master/install.ps1 | iex
7878
If you already have Node.js 18+ installed:
7979

8080
```bash
81-
npm install -g cloding
81+
npm i -g cloding
8282
```
8383

8484
**Installing Node.js 18+**

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The installer automatically detects your OS and architecture, downloads the late
2323
If you already have Node.js 18+:
2424

2525
```bash
26-
npm install -g cloding
26+
npm i -g cloding
2727
```
2828

2929
## Set up CLI tools

0 commit comments

Comments
 (0)