mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-24 05:42:40 +08:00
update install instructions with latest go standards (#202)
This commit is contained in:
parent
39dfdec099
commit
e52d40c922
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user