From 200cde8f4a352addc4814c8f7165948a0a79cdf4 Mon Sep 17 00:00:00 2001 From: er0k Date: Wed, 4 Jun 2025 15:54:14 -0400 Subject: [PATCH] Fix go install instructions Fixes #10 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbafdc0..37ac8de 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,10 @@ You can grab the binary from the [latest release](https://github.com/rootlyhq/cl curl -fsSL https://raw.githubusercontent.com/rootlyhq/cli/main/install.sh | sh ``` -If you have golang installed you can also just install the binary using the following command. Keep in mind that this will go in `~/go/bin/` by default which might not be in your path. +If you have golang installed you can also just install the binary using the following command. Keep in mind that this will go in your `$GOPATH` (`~/go/bin/` by default) which might not be in your path. ```bash -go install github.com/rootlyhq/cli@latest +go install github.com/rootlyhq/cli/cmd/rootly@latest ``` ## 📟 Commands