From c4216e24d6d4744780ca767a5da2dce550993ef6 Mon Sep 17 00:00:00 2001 From: Shell2 Date: Sun, 18 Dec 2022 22:54:20 +1100 Subject: [PATCH] explicitly checkout the thin branch (#2464) explicitly checkout the thin branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c55af2df..7e34298f 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ git clone https://github.com/anncwb/vue-vben-admin.git ```bash cd vue-vben-admin - +git checkout thin pnpm install ``` -- GitLab