Kaynağa Gözat

doc: fix Use bash error. (#5690)

forijk 6 yıl önce
ebeveyn
işleme
2a974cf2bd
7 değiştirilmiş dosya ile 21 ekleme ve 0 silme
  1. 3 0
      README.fr-FR.md
  2. 3 0
      README.ja-JP.md
  3. 3 0
      README.md
  4. 3 0
      README.pt-BR.md
  5. 3 0
      README.ru-RU.md
  6. 3 0
      README.tr-TR.md
  7. 3 0
      README.zh-CN.md

+ 3 - 0
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 - 0
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 - 0
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 - 0
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 - 0
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 - 0
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 - 0
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
 ```