update doc
This commit is contained in:
parent
e8e6c7e79c
commit
818b565658
|
@ -26,7 +26,7 @@
|
|||
</a>
|
||||
</p>
|
||||
|
||||
日本語 | [English](./README.md) | [简体中文](./README.zh-CN.md)
|
||||
日本語 | [English](./README.md) | [简体中文](./README.zh-CN.md)
|
||||
|
||||
## 概要
|
||||
|
||||
|
@ -135,7 +135,7 @@ Become a sponsor and get your logo on our README on GitHub with a link to your s
|
|||
|
||||
```bash
|
||||
# clone the project
|
||||
git clone https://github.com/PanJiaChen/vue-element-admin.git
|
||||
git clone -b i18n git@github.com:PanJiaChen/vue-element-admin.git
|
||||
|
||||
# enter the project directory
|
||||
cd vue-element-admin
|
||||
|
@ -207,4 +207,4 @@ Modern browsers and Internet Explorer 10+.
|
|||
|
||||
[MIT](https://github.com/PanJiaChen/vue-element-admin/blob/master/LICENSE)
|
||||
|
||||
Copyright (c) 2017-present PanJiaChen
|
||||
Copyright (c) 2017-present PanJiaChen
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</a>
|
||||
</p>
|
||||
|
||||
English | [简体中文](./README.zh-CN.md) | [日本語](./README.ja.md)
|
||||
English | [简体中文](./README.zh-CN.md) | [日本語](./README.ja.md)
|
||||
|
||||
## Introduction
|
||||
|
||||
|
@ -139,7 +139,7 @@ Become a sponsor and get your logo on our README on GitHub with a link to your s
|
|||
|
||||
```bash
|
||||
# clone the project
|
||||
git clone https://github.com/PanJiaChen/vue-element-admin.git
|
||||
git clone -b i18n git@github.com:PanJiaChen/vue-element-admin.git
|
||||
|
||||
# enter the project directory
|
||||
cd vue-element-admin
|
||||
|
|
|
@ -153,7 +153,7 @@ Become a sponsor and get your logo on our README on GitHub with a link to your s
|
|||
|
||||
```bash
|
||||
# 克隆项目
|
||||
git clone https://github.com/PanJiaChen/vue-element-admin.git
|
||||
git clone -b i18n git@github.com:PanJiaChen/vue-element-admin.git
|
||||
|
||||
# 进入项目目录
|
||||
cd vue-element-admin
|
||||
|
|
Loading…
Reference in New Issue