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 7fcfc3a commit 19f372dCopy full SHA for 19f372d
content/introduction.md
@@ -25,10 +25,10 @@ $ nest new project-name
25
26
#### Alternatives
27
28
-Alternatively, to install the TypeScript starter project with **Git**:
+Alternatively, to install the TypeScript starter project with [degit](https://github.com/Rich-Harris/degit):
29
30
```bash
31
-$ git clone https://github.com/nestjs/typescript-starter.git project
+$ npx degit nestjs/typescript-starter project
32
$ cd project
33
$ npm install
34
$ npm run start
0 commit comments