mirror of
https://github.com/kovetskiy/mark.git
synced 2026-05-04 06:22:35 +00:00
update install instructions with latest go standards (#202)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user