Pārlūkot izejas kodu

explicitly checkout the thin branch (#2464)

explicitly checkout the thin branch
Shell2 2 gadi atpakaļ
vecāks
revīzija
c4216e24d6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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
 
 ```