소스 검색

explicitly checkout the thin branch (#2464)

explicitly checkout the thin branch
Shell2 2 년 전
부모
커밋
c4216e24d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 
 ```