chore: add guide to install with go 1.16
parent
760e531c74
commit
c60b1a979b
18
README.md
18
README.md
|
@ -8,8 +8,22 @@ Support:
|
|||
|
||||
- [MIT](https://choosealicense.com/licenses/mit/)
|
||||
|
||||
Use:
|
||||
## Install
|
||||
|
||||
With Go version `>= 1.16`:
|
||||
|
||||
```sh
|
||||
go run *.go --name MIT --output .
|
||||
go install github.com/haunt98/license@latest
|
||||
```
|
||||
|
||||
With Go version `< 1.16`:
|
||||
|
||||
```sh
|
||||
GO111module=on go get github.com/license/changeloguru
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```sh
|
||||
license --name MIT --output .
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue