chore: use degit (#3)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
parent
3564a9d360
commit
7e7c7969fb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user