Skip to content

Commit

Permalink
update install instructions with latest go standards (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
datsickkunt authored Jun 10, 2022
1 parent 39dfdec commit e52d40c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,13 @@ brew tap kovetskiy/mark
brew install mark
```

### Go Get
### Go Install / Go Get

```bash
go install github.com/kovetskiy/mark@latest
```

For older versions

```bash
go get -v github.com/kovetskiy/mark
Expand Down

0 comments on commit e52d40c

Please sign in to comment.