Skip to content

Commit 7525434

Browse files
committed
docs(cli): update command npx
1 parent 28810ed commit 7525434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/cli/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Install the CLI globally using the `npm install -g` command (see the **Note** ab
1414
$ npm install -g @nestjs/cli
1515
```
1616

17-
> info **Hint** Alternatively, you can use this command `npx nest` without installing the cli globally.
17+
> info **Hint** Alternatively, you can use this command `npx @nestjs/cli@latest` without installing the cli globally.
1818
1919
#### Basic workflow
2020

0 commit comments

Comments
 (0)