From a5228d39e1220e14a1c1d0167367a7292e942617 Mon Sep 17 00:00:00 2001 From: Viliam Krizan Date: Mon, 30 Oct 2023 11:44:30 +0100 Subject: [PATCH] docs: fix installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ad33ed..8f915da 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ You also need to be connected to the Openshift project running the database cont ## Installation You can download and install the latest release of the Gabi CLI with this command: -`go install github.com/vkrizan/gabi-cli.git@latest` +`go install github.com/vkrizan/gabi-cli@latest` After which you should be able to run it with `gabi-cli`.