Browse Source

doc: change readme use fucntin

陈帅 6 năm trước cách đây
mục cha
commit
785f2c7c3d
5 tập tin đã thay đổi với 6 bổ sung6 xóa
  1. 2 2
      README.fr-FR.md
  2. 1 1
      README.md
  3. 1 1
      README.ru-RU.md
  4. 1 1
      README.tr-TR.md
  5. 1 1
      README.zh-CN.md

+ 2 - 2
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
 

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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