diff --git a/README.md b/README.md index e14c8d4..0116d72 100644 --- a/README.md +++ b/README.md @@ -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