Make install and usage optional for doc repos
See https://github.com/RichardLitt/standard-readme/issues/21
This commit is contained in:
parent
494652c923
commit
f92456b01f
6
spec.md
6
spec.md
@ -99,9 +99,10 @@ Subsections:
|
||||
- `Updating`. Optional.
|
||||
|
||||
**Suggestions:**
|
||||
- Link to prerequisite sites for language. [npmjs](https://npmjs.com), [godocs](https://godoc.org), etc.
|
||||
- Link to prerequisite sites for language: [npmjs](https://npmjs.com), [godocs](https://godoc.org), etc.
|
||||
- Include any system-specific information needed for Installation.
|
||||
- Subsection for dependencies needed for install to work.
|
||||
- Subsection for dependencies needed for install to work.
|
||||
- If there is no code in the module - for instance, a document-based module - this section is not required.
|
||||
|
||||
#### Usage
|
||||
**Status:** Required.
|
||||
@ -116,6 +117,7 @@ Subsections:
|
||||
|
||||
**Suggestions:**
|
||||
- Cover basic choices that may affect usage: for instance, if JavaScript, cover promises/callbacks, ES6 here.
|
||||
- If there is no code in the module - for instance, a document-based module - this section is not required.
|
||||
|
||||
#### Extra Sections
|
||||
**Status**: Optional.
|
||||
|
Loading…
Reference in New Issue
Block a user