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
98c9c949d3
commit
61510ff358
@ -778,13 +778,13 @@ brew install mark
|
|||||||
### Go Install / Go Get
|
### Go Install / Go Get
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go install github.com/kovetskiy/mark@latest
|
go install github.com/kovetskiy/mark/cmd/mark@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
For older versions
|
For older versions
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go get -v github.com/kovetskiy/mark
|
go get -v github.com/kovetskiy/mark/cmd/mark
|
||||||
```
|
```
|
||||||
|
|
||||||
### Releases
|
### Releases
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user