chore: use degit (#3)

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
Sibbngheid 2020-08-10 05:38:38 +03:00 committed by GitHub
parent 3564a9d360
commit 7e7c7969fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,10 @@
## Use It!
```bash
git clone https://github.com/antfu/vitesse && cd vitesse && rm -rf .git && git init && pnpm i
npx degit antfu/vitesse my-vitesse-app \
cd my-vitesse-app \
git init \
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
```
## Why