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 ### Utiliser bash
```bash ```bash
$ mkdir <your-project-name>
$ cd <your-project-name>
$ yarn create umi # or npm create umi $ yarn create umi # or npm create umi
# Choose ant-design-pro: # Choose ant-design-pro:
@ -89,6 +91,7 @@ $ yarn create umi # or npm create umi
library - Create a library with umi. library - Create a library with umi.
plugin - Create a umi plugin. plugin - Create a umi plugin.
$ git init
$ npm install $ npm install
$ npm start # visit http://localhost:8000 $ npm start # visit http://localhost:8000
``` ```

3
README.ja-JP.md

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

3
README.ru-RU.md

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

3
README.zh-CN.md

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

Loading…
Cancel
Save