mirror of
https://github.com/kovetskiy/mark.git
synced 2026-03-22 02:47:36 +08:00
Fix go install/get commands to use correct cmd/mark path
Co-authored-by: mrueg <489370+mrueg@users.noreply.github.com>
This commit is contained in:
parent
3508d867f9
commit
18334a1265
@ -778,13 +778,13 @@ brew install mark
|
||||
### Go Install / Go Get
|
||||
|
||||
```bash
|
||||
go install github.com/kovetskiy/mark@latest
|
||||
go install github.com/kovetskiy/mark/cmd/mark@latest
|
||||
```
|
||||
|
||||
For older versions
|
||||
|
||||
```bash
|
||||
go get -v github.com/kovetskiy/mark
|
||||
go get -v github.com/kovetskiy/mark/cmd/mark
|
||||
```
|
||||
|
||||
### Releases
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user