From e52d40c922ec513d5cbd0d724298ef51f9ab337d Mon Sep 17 00:00:00 2001 From: datsickkunt <105289244+datsickkunt@users.noreply.github.com> Date: Fri, 10 Jun 2022 06:13:05 +0200 Subject: [PATCH] update install instructions with latest go standards (#202) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 357fe84..82b2092 100644 --- a/README.md +++ b/README.md @@ -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