Commit 785f2c7c authored by 陈帅's avatar 陈帅

doc: change readme use fucntin

parent eca83f6c
...@@ -77,7 +77,7 @@ Nous avons besoin de votre aide: https://github.com/ant-design/ant-design-pro/is ...@@ -77,7 +77,7 @@ Nous avons besoin de votre aide: https://github.com/ant-design/ant-design-pro/is
### Utiliser bash ### Utiliser bash
```bash ```bash
$ git clone https://github.com/ant-design/ant-design-pro.git --depth=1 $ git clone https://github.com/ant-design/ant-design-pro.git --depth=1 -b v2
$ cd ant-design-pro $ cd ant-design-pro
$ npm install $ npm install
$ npm start # visiter http://localhost:8000 $ npm start # visiter http://localhost:8000
......
...@@ -77,7 +77,7 @@ We need your help: https://github.com/ant-design/ant-design-pro/issues/120 ...@@ -77,7 +77,7 @@ We need your help: https://github.com/ant-design/ant-design-pro/issues/120
### Use bash ### Use bash
```bash ```bash
$ git clone https://github.com/ant-design/ant-design-pro.git --depth=1 $ git clone https://github.com/ant-design/ant-design-pro.git --depth=1 -b v2
$ cd ant-design-pro $ cd ant-design-pro
$ npm install $ npm install
$ npm start # visit http://localhost:8000 $ npm start # visit http://localhost:8000
......
...@@ -71,7 +71,7 @@ UI-решение "из коробки" для корпоративных при ...@@ -71,7 +71,7 @@ UI-решение "из коробки" для корпоративных при
## Использование ## Использование
```bash ```bash
$ git clone https://github.com/ant-design/ant-design-pro.git --depth=1 $ git clone https://github.com/ant-design/ant-design-pro.git --depth=1 -b v2
$ cd ant-design-pro $ cd ant-design-pro
$ npm install $ npm install
$ npm start # visit http://localhost:8000 $ npm start # visit http://localhost:8000
......
...@@ -77,7 +77,7 @@ React ile kurumsal uygulamalar için taslak olarak geliştirilmiş kullanıma ha ...@@ -77,7 +77,7 @@ React ile kurumsal uygulamalar için taslak olarak geliştirilmiş kullanıma ha
### bash ile kullanım ### bash ile kullanım
```bash ```bash
$ git clone https://github.com/ant-design/ant-design-pro.git --depth=1 $ git clone https://github.com/ant-design/ant-design-pro.git --depth=1 -b v2
$ cd ant-design-pro $ cd ant-design-pro
$ npm install $ npm install
$ npm start # visit http://localhost:8000 $ npm start # visit http://localhost:8000
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
### 使用命令行 ### 使用命令行
```bash ```bash
$ git clone https://github.com/ant-design/ant-design-pro.git --depth=1 $ git clone https://github.com/ant-design/ant-design-pro.git --depth=1 -b v2
$ cd ant-design-pro $ cd ant-design-pro
$ npm install $ npm install
$ npm start # 访问 http://localhost:8000 $ npm start # 访问 http://localhost:8000
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment