diff --git a/README.fr-FR.md b/README.fr-FR.md index 5e2e7444..571f7d30 100644 --- a/README.fr-FR.md +++ b/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 +$ cd $ 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 ``` diff --git a/README.ja-JP.md b/README.ja-JP.md index 995692de..ec3b0b6c 100644 --- a/README.ja-JP.md +++ b/README.ja-JP.md @@ -79,6 +79,8 @@ ### bash を使う方法 ```bash +$ mkdir +$ cd $ 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 を開く ``` diff --git a/README.md b/README.md index 8266a098..7c38b907 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ We need your help: https://github.com/ant-design/ant-design-pro/issues/120 ### Use bash ```bash +$ mkdir +$ cd $ 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 ``` diff --git a/README.pt-BR.md b/README.pt-BR.md index 5e3c691c..5fec7114 100644 --- a/README.pt-BR.md +++ b/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 +$ cd $ 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 ``` diff --git a/README.ru-RU.md b/README.ru-RU.md index 359fc29f..a95f1c80 100644 --- a/README.ru-RU.md +++ b/README.ru-RU.md @@ -73,6 +73,8 @@ UI-решение "из коробки" для корпоративных при ## Использование ```bash +$ mkdir +$ cd $ 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 ``` diff --git a/README.tr-TR.md b/README.tr-TR.md index 33bc8db4..bdea6083 100644 --- a/README.tr-TR.md +++ b/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 +$ cd $ 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 ``` diff --git a/README.zh-CN.md b/README.zh-CN.md index 4fcd27c1..57d9722d 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -75,6 +75,8 @@ ## 使用 ```bash +$ mkdir +$ cd $ 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 ```