Browse Source

explicitly checkout the thin branch (#2464)

explicitly checkout the thin branch
Shell2 2 years ago
parent
commit
c4216e24d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
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
 
 ```