mirror of
https://github.com/kovetskiy/mark.git
synced 2026-04-18 12:11:12 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user