You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,12 +76,15 @@ Now complete any remaining TODO items in the files.
76
76
77
77
### Use template readme
78
78
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.
80
80
81
81
```sh
82
82
mv README.template.md README.md
83
83
```
84
84
85
+
Then customize README.md as your own project.
86
+
87
+
85
88
## Setup and run
86
89
87
90
### Remote use
@@ -103,10 +106,7 @@ Go to the [DocsifyJS Tutorial](https://michaelcurrin.github.io/docsify-js-tutori
103
106
Released under [MIT](/LICENSE).
104
107
105
108
- 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