Parcourir la source

explicitly checkout the thin branch (#2464)

explicitly checkout the thin branch
Shell2 il y a 2 ans
Parent
commit
c4216e24d6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 
 ```