Files
996.ICU/externals/instruction.md
2019-04-03 13:35:16 -04:00

35 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Add a badge
---
Add a badge to your awesome project by pasting this line in your README.md.
```html
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu" /></a>
```
or equivalent Markdown code
```markdown
[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)
```
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu" /></a>
Add License
---
#### Badge
Markdown code for badge
```markdown
[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
```
[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
#### License file
The 996ICU license is designed for multi-licensing, you can use it with other licenses like MIT in these ways:
- Separate license files:
- In `LICENSE` file, list all licenses you used with `AND`.
- Add `LICENSE.996ICU` or `LICENSE.NPL` file for details of 996ICU license.
- Add `LICENSE.MIT` file for details of MIT license.
- Single license files:
- Add primary license content, such as MIT license.
- Add separation line like `----------`.
- Add 996ICU license content.