Skip to content

Commit 19f372d

Browse files
committed
docs(introduction): replace git clone with degit
replace git clone with degit to clone template repo without it's history
1 parent 7fcfc3a commit 19f372d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ $ nest new project-name
2525

2626
#### Alternatives
2727

28-
Alternatively, to install the TypeScript starter project with **Git**:
28+
Alternatively, to install the TypeScript starter project with [degit](https://github.com/Rich-Harris/degit):
2929

3030
```bash
31-
$ git clone https://github.com/nestjs/typescript-starter.git project
31+
$ npx degit nestjs/typescript-starter project
3232
$ cd project
3333
$ npm install
3434
$ npm run start

0 commit comments

Comments
 (0)