瀏覽代碼

项目名字修改

zhangdaiscott 3 年之前
父節點
當前提交
c679943080
共有 2 個文件被更改,包括 9 次插入4 次删除
  1. 1 1
      README.md
  2. 8 3
      README.zh-CN.md

+ 1 - 1
README.md

@@ -14,7 +14,7 @@ git clone https://github.com/jeecgboot/jeecg-boot-vue3.git
 - Installation dependencies
 
 ```bash
-cd vue3-jeecg-admin
+cd jeecg-boot-vue3
 
 yarn install
 

+ 8 - 3
README.zh-CN.md

@@ -1,15 +1,20 @@
 ## Install and use
 
-- Get the project code 8.4
+- 技术文档
+
+  [http://vue3.jeecg.com](http://vue3.jeecg.com)
+  
+  
+- Get the project code
 
 ```bash
-git clone https://github.com/jeecg/vue3-jeecg-admin.git
+git clone https://github.com/jeecgboot/jeecg-boot-vue3.git
 ```
 
 - Installation dependencies
 
 ```bash
-cd vue3-jeecg-admin
+cd jeecg-boot-vue3
 
 yarn install