From 6c7351698cddef246ba97e318e7ec8ed561cba42 Mon Sep 17 00:00:00 2001 From: Egor Kovetskiy Date: Thu, 11 Jul 2024 10:57:33 +0000 Subject: [PATCH] update readme Signed-off-by: Egor Kovetskiy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1b0d3a..96c8796 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ # Installation -## go get +## go install ```bash -go get github.com/reconquest/orgalorg +go install github.com/reconquest/orgalorg@latest ``` # Alternatives