update install instructions with latest go standards (#202)

This commit is contained in:
datsickkunt 2022-06-10 06:13:05 +02:00 committed by GitHub
parent 39dfdec099
commit e52d40c922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -449,7 +449,13 @@ brew tap kovetskiy/mark
brew install mark brew install mark
``` ```
### Go Get ### Go Install / Go Get
```bash
go install github.com/kovetskiy/mark@latest
```
For older versions
```bash ```bash
go get -v github.com/kovetskiy/mark go get -v github.com/kovetskiy/mark