From e4aa3cb2be28d8a928b108ac7de4e7a1325d2deb Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Tue, 14 Jul 2026 11:11:10 +0530 Subject: [PATCH] docs: add PATH note for Go installation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 463654f..28c44b9 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ optiqor analyze ./chart go install github.com/optiqor/optiqor-cli/cmd/optiqor@latest ``` +> **Note:** If the `optiqor` command is not recognized after installation, ensure your Go binary directory (typically `$(go env GOPATH)/bin` or `$HOME/go/bin`) is included in your system `PATH`. + ### Option 4: Download a release binary Pre-built binaries for Linux (amd64, arm64) and macOS (amd64, arm64) are published on every tagged release.