Skip to content

Commit 61510ff

Browse files
Copilotmrueg
andcommitted
Fix go install/get commands to use correct cmd/mark path
Co-authored-by: mrueg <489370+mrueg@users.noreply.github.com>
1 parent 98c9c94 commit 61510ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -778,13 +778,13 @@ brew install mark
778778
### Go Install / Go Get
779779

780780
```bash
781-
go install github.com/kovetskiy/mark@latest
781+
go install github.com/kovetskiy/mark/cmd/mark@latest
782782
```
783783

784784
For older versions
785785

786786
```bash
787-
go get -v github.com/kovetskiy/mark
787+
go get -v github.com/kovetskiy/mark/cmd/mark
788788
```
789789

790790
### Releases

0 commit comments

Comments
 (0)