Skip to content

Commit d395d72

Browse files
committed
docs: Update README.md
1 parent 48bd4e3 commit d395d72

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,15 @@ Now complete any remaining TODO items in the files.
7676

7777
### Use template readme
7878

79-
If you clicked _Use this template_, then the last thing to do is use the template readme and delete this readme.
79+
If you clicked _Use this template_, followed the customize steps above, then the last thing to do is replace the project's README.md file with the template one.
8080
8181
```sh
8282
mv README.template.md README.md
8383
```
8484
85+
Then customize README.md as your own project.
86+
87+
8588
## Setup and run
8689
8790
### Remote use
@@ -103,10 +106,7 @@ Go to the [DocsifyJS Tutorial](https://michaelcurrin.github.io/docsify-js-tutori
103106
Released under [MIT](/LICENSE).
104107

105108
- You can modify and reuse this project.
106-
- A copy of the license and copyright notice must be included with the software. [source](https://choosealicense.com/licenses/#mit).
107-
1. Copy the original license.
108-
```bash
109-
cp LICENSE LICENSE-source
110-
```
111-
2. Update your own `LICENSE` with your name.
112-
- Please link back to the original repo somewhere in your project.
109+
- Please link back to the original repo somewhere in your project if you use this in any way.
110+
- Including an original license copy
111+
- If you add content from [docs](/docs) to your repo (or click _Use this template_) and then modify for your own needs so your copy is no longer a template, then you don't need to include a license.
112+
- If you do fork this repo then use it as your own _template_, then this project's license and copyright notice must be included with the software. [source](https://choosealicense.com/licenses/#mit). Copy `LICENSE` to `LICENSE-source` and then update your copy of `LICENSE` with your own details.

0 commit comments

Comments
 (0)