mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 08:58:31 +00:00
Update cheatsheets
This commit is contained in:
@@ -16,6 +16,14 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`reuse --root {{path/to/directory}} lint`
|
||||
|
||||
- Add copyright statement to file:
|
||||
|
||||
`reuse annotate {{[-c|--copyright]}} "{{your_name}} <{{your_email}}>" --fallback-dot-license {{path/to/file}}`
|
||||
|
||||
- Add licence information to file:
|
||||
|
||||
`reuse annotate {{[-l|--license]}} {{spdx_identifier}} --fallback-dot-license {{path/to/file}}`
|
||||
|
||||
- Download a license by its SPDX identifier and place it in the LICENSES directory:
|
||||
|
||||
`reuse download {{spdx-identifier}}`
|
||||
|
||||
Reference in New Issue
Block a user