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:
copilot-swe-agent[bot] 2026-03-20 13:17:47 +00:00 committed by Manuel Rüger
parent 98c9c949d3
commit 61510ff358

View File

@ -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