Browse Source

doc: fix Use bash error. (#5690)

pull/5723/head
forijk 6 years ago
committed by 陈帅
parent
commit
2a974cf2bd
  1. 3
      README.fr-FR.md
  2. 3
      README.ja-JP.md
  3. 3
      README.md
  4. 3
      README.pt-BR.md
  5. 3
      README.ru-RU.md
  6. 3
      README.tr-TR.md
  7. 3
      README.zh-CN.md

3
README.fr-FR.md

@ -79,6 +79,8 @@ Nous avons besoin de votre aide: https://github.com/ant-design/ant-design-pro/is
### Utiliser bash
```bash
$ mkdir <your-project-name>
$ cd <your-project-name>
$ yarn create umi # or npm create umi
# Choose ant-design-pro:
@ -89,6 +91,7 @@ $ yarn create umi # or npm create umi
library - Create a library with umi.
plugin - Create a umi plugin.
$ git init
$ npm install
$ npm start # visit http://localhost:8000
```

3
README.ja-JP.md

@ -79,6 +79,8 @@
### bash を使う方法
```bash
$ mkdir <your-project-name>
$ cd <your-project-name>
$ yarn create umi # or npm create umi
# Choose ant-design-pro:
@ -89,6 +91,7 @@ $ yarn create umi # or npm create umi
library - Create a library with umi.
plugin - Create a umi plugin.
$ git init
$ npm install
$ npm start # http://localhost:8000 を開く
```

3
README.md

@ -81,6 +81,8 @@ We need your help: https://github.com/ant-design/ant-design-pro/issues/120
### Use bash
```bash
$ mkdir <your-project-name>
$ cd <your-project-name>
$ yarn create umi # or npm create umi
# Choose ant-design-pro:
@ -91,6 +93,7 @@ $ yarn create umi # or npm create umi
library - Create a library with umi.
plugin - Create a umi plugin.
$ git init
$ npm install
$ npm start # visit http://localhost:8000
```

3
README.pt-BR.md

@ -81,6 +81,8 @@ Precisamos da sua ajuda: https://github.com/ant-design/ant-design-pro/issues/120
### Use o bash
```bash
$ mkdir <your-project-name>
$ cd <your-project-name>
$ yarn create umi # ou npm create umi
# Escolha ant-design-pro:
@ -91,6 +93,7 @@ $ yarn create umi # ou npm create umi
library - Create a library with umi.
plugin - Create a umi plugin.
$ git init
$ npm install
$ npm start # visit http://localhost:8000
```

3
README.ru-RU.md

@ -73,6 +73,8 @@ UI-решение "из коробки" для корпоративных при
## Использование
```bash
$ mkdir <your-project-name>
$ cd <your-project-name>
$ yarn create umi # or npm create umi
# Choose ant-design-pro:
@ -83,6 +85,7 @@ $ yarn create umi # or npm create umi
library - Create a library with umi.
plugin - Create a umi plugin.
$ git init
$ npm install
$ npm start # visit http://localhost:8000
```

3
README.tr-TR.md

@ -81,6 +81,8 @@ React ile kurumsal uygulamalar için taslak olarak geliştirilmiş kullanıma ha
### Bash ile
```bash
$ mkdir <your-project-name>
$ cd <your-project-name>
$ yarn create umi # or npm create umi
# Choose ant-design-pro:
@ -91,6 +93,7 @@ $ yarn create umi # or npm create umi
library - Create a library with umi.
plugin - Create a umi plugin.
$ git init
$ npm install
$ npm start # visit http://localhost:8000
```

3
README.zh-CN.md

@ -75,6 +75,8 @@
## 使用
```bash
$ mkdir <your-project-name>
$ cd <your-project-name>
$ yarn create umi # or npm create umi
# Choose ant-design-pro:
@ -85,6 +87,7 @@ $ yarn create umi # or npm create umi
library - Create a library with umi.
plugin - Create a umi plugin.
$ git init
$ npm install
$ npm start # visit http://localhost:8000
```

Loading…
Cancel
Save