Skip to content

Commit cd526e1

Browse files
committed
docs: update cli.md
1 parent 812c677 commit cd526e1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/cli.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ npm ci
3030
### Build and link the CLI tools
3131

3232
```sh
33-
$ npm run cli:install
33+
$ npm run cli
3434
```
3535

3636
Verify installation:
@@ -92,6 +92,8 @@ The behavior depends on how Git treats files, so you should know these points:
9292

9393
## Uninstall the linked CLI (optional)
9494

95+
If you get permission denied error, you can do this and then go back to the install step.
96+
9597
```sh
9698
$ npm unlink -g auto-commit-msg
9799
```

0 commit comments

Comments
 (0)