From 7e7c7969fbe68e8ffc5bae5de8e36a8169c5c137 Mon Sep 17 00:00:00 2001 From: Sibbngheid Date: Mon, 10 Aug 2020 05:38:38 +0300 Subject: [PATCH] chore: use degit (#3) Co-authored-by: Anthony Fu --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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