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

View File

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