From 785f2c7c3d0e7eb0c946c6ee60a8f0694a3ac8aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Wed, 29 May 2019 19:10:03 +0800 Subject: [PATCH] doc: change readme use fucntin --- README.fr-FR.md | 4 ++-- README.md | 2 +- README.ru-RU.md | 2 +- README.tr-TR.md | 2 +- README.zh-CN.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.fr-FR.md b/README.fr-FR.md index 72c043aa..6ebb306b 100644 --- a/README.fr-FR.md +++ b/README.fr-FR.md @@ -77,7 +77,7 @@ Nous avons besoin de votre aide: https://github.com/ant-design/ant-design-pro/is ### Utiliser 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 $ npm install $ npm start # visiter http://localhost:8000 @@ -111,7 +111,7 @@ Ouvrez le projet avec Gitpod (environnement de développement gratuit pour GitHu [![Ouvrir dans Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ant-design/ant-design-pro) -Plus d'instructions dans la [documentation](http://pro.ant.design/docs/getting-started). +Plus d'instructions dans la [documentation](http://pro.ant.design/docs/getting-started). ## Support des navigateurs diff --git a/README.md b/README.md index 07587d19..afc608c8 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ We need your help: https://github.com/ant-design/ant-design-pro/issues/120 ### Use 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 $ npm install $ npm start # visit http://localhost:8000 diff --git a/README.ru-RU.md b/README.ru-RU.md index e2e22cf3..804c9828 100644 --- a/README.ru-RU.md +++ b/README.ru-RU.md @@ -71,7 +71,7 @@ UI-решение "из коробки" для корпоративных при ## Использование ```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 $ npm install $ npm start # visit http://localhost:8000 diff --git a/README.tr-TR.md b/README.tr-TR.md index 794f8f29..82921ab7 100644 --- a/README.tr-TR.md +++ b/README.tr-TR.md @@ -77,7 +77,7 @@ React ile kurumsal uygulamalar için taslak olarak geliştirilmiş kullanıma ha ### bash ile kullanım ```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 $ npm install $ npm start # visit http://localhost:8000 diff --git a/README.zh-CN.md b/README.zh-CN.md index 7890c98a..14ef932f 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -69,7 +69,7 @@ ### 使用命令行 ```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 $ npm install $ npm start # 访问 http://localhost:8000 -- GitLab