We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28810ed commit 7525434Copy full SHA for 7525434
content/cli/overview.md
@@ -14,7 +14,7 @@ Install the CLI globally using the `npm install -g` command (see the **Note** ab
14
$ npm install -g @nestjs/cli
15
```
16
17
-> info **Hint** Alternatively, you can use this command `npx nest` without installing the cli globally.
+> info **Hint** Alternatively, you can use this command `npx @nestjs/cli@latest` without installing the cli globally.
18
19
#### Basic workflow
20
0 commit comments