From 6998090918137db09191b3c6eae967589a18e5bb Mon Sep 17 00:00:00 2001 From: Roman Berezkin Date: Wed, 12 Aug 2026 18:26:42 +0300 Subject: [PATCH] [deckhouse-cli] Remove Go install method from README Signed-off-by: Roman Berezkin --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 39e5aeb9..65a957d0 100644 --- a/README.md +++ b/README.md @@ -125,16 +125,6 @@ Validate that the `d8` binary is installed: If you don't want to call `. $(trdl use d8 0 stable)` every time you need to use `d8`, consider adding `alias d8='trdl exec d8 0 stable -- "$@"'` to your shell RC file. -### Method 4: Go Install - -If you have Go installed: - -```bash -go install github.com/deckhouse/deckhouse-cli@main -``` - -> **Note**: Ensure `~/go/bin` is in your PATH after installation. - ### Verify Installation ```bash