explicitly checkout the thin branch (#2464)

explicitly checkout the thin branch
This commit is contained in:
Shell2 2022-12-18 22:54:20 +11:00 committed by GitHub
parent d5e2d26a0f
commit c4216e24d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ git clone https://github.com/anncwb/vue-vben-admin.git
```bash ```bash
cd vue-vben-admin cd vue-vben-admin
git checkout thin
pnpm install pnpm install
``` ```