chore: add guide to install with go 1.16

main
Tran Hau 2021-03-16 08:25:40 +00:00
parent 760e531c74
commit c60b1a979b
1 changed files with 16 additions and 2 deletions

View File

@ -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 .
```