Skip to content

Commit 04d354e

Browse files
docs: Update instructions
1 parent b70c585 commit 04d354e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,29 +94,29 @@ Follow to steps in this section copy a base structure and configs from this proj
9494

9595
### 1. Get this project locally
9696

97-
Clone _this_ template repo to your machine using the [steps](#get-a-local-copy-of-this-repo) above.
97+
Clone this template repo to your machine using the [steps](#get-a-local-copy-of-this-repo) above, so you can use it copy files from later.
9898

9999
### 2. Create base structure
100100

101-
Navigate to _your_ project's `docs` directory.
101+
Navigate to your existing project's `docs` directory.
102102
103103
```bash
104104
$ cd <PATH_TO_YOUR_REPO>/docs
105105
```
106106
107-
Create a file for Github Pages use. This can remain empty - its existence just tells Github Pages to include the underscore files in builds.
107+
Create a file for Github Pages to use. This can remain empty - its existence just tells Github Pages to include the underscore files in builds.
108108
109109
```bash
110110
$ touch .nojekyll
111111
```
112112
113-
Copy the template files from this project's _quickstart_ directory to your _own_ project.
113+
Copy the template files from the template project's _quickstart_ directory to your own project.
114114

115115
```bash
116-
$ cp <PATH_TO_THIS_REPO>/quickstart/* .
116+
$ cp <PATH_TO_TEMPLATE_REPO>/quickstart/* .
117117
```
118118

119-
Start serving your docs folder now even though it is unfinished. Then as you follow the customization steps below, you can check to see what changes on the frontend.
119+
Start serving your docs folder now even though it is incomplete. Then, as you follow the customization steps below, you can check to see what changes on the frontend.
120120

121121

122122
### 3. Configure homepage

0 commit comments

Comments
 (0)