浏览代码

docs: edit readme

George Cushen 6 年之前
父节点
当前提交
80e352158e
共有 1 个文件被更改,包括 14 次插入8 次删除
  1. 14 8
      README.md

+ 14 - 8
README.md

@@ -85,14 +85,20 @@ Prerequisites:
 
 Install:
 
-1. [Fork](https://github.com/sourcethemes/academic-kickstart#fork-destination-box) the *Academic Kickstart* repository and clone your fork with Git, replacing `sourcethemes` with your GitHub username (unless you wish to clone without forking): 
-
-       git clone https://github.com/sourcethemes/academic-kickstart.git My_Website
-
-2. Initialize the theme:
-
-       cd My_Website
-       git submodule update --init --recursive
+1. [Fork](https://github.com/sourcethemes/academic-kickstart#fork-destination-box) the *Academic Kickstart* repository to create a new website
+   * If you already created your site with **Netlify**, then skip this step
+2. Clone your fork to your computer with Git, replacing `sourcethemes` in the command below with your GitHub username: 
+
+    ```bash
+    git clone https://github.com/sourcethemes/academic-kickstart.git My_Website
+    ```
+    
+3. Initialize the theme:
+
+    ```bash
+    cd My_Website
+    git submodule update --init --recursive
+    ```
 
 ### Install with ZIP