Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading