From c679943080b31eacda6a3791d69f5ed5f9a2eb06 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Sat, 23 Oct 2021 11:50:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=90=8D=E5=AD=97=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README.zh-CN.md | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b9999b6..0e75e87 100644 --- a/README.md +++ b/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 diff --git a/README.zh-CN.md b/README.zh-CN.md index 88ad4e5..0e75e87 100644 --- a/README.zh-CN.md +++ b/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