Skip to content

Commit

Permalink
Update install.md: Install via brew
Browse files Browse the repository at this point in the history
  • Loading branch information
guettli committed Jan 10, 2024
1 parent efaaa22 commit 58c9946
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions site/content/docs/user-guide/setup/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ weight: 200
Krew itself is a `kubectl` plugin that is installed and updated via Krew (yes,
Krew self-hosts).

> ⚠️ **Warning:** krew is only compatible with `kubectl` v1.12 or later.
- **brew**: [brew](#brew)
- **macOS/Linux**: [bash/zsh](#bash), [fish](#fish)
- **[Windows](#windows)**

## brew {#brew}

```
brew install krew
```

## macOS/Linux {#posix}

#### Bash or ZSH shells {#bash}
Expand Down

0 comments on commit 58c9946

Please sign in to comment.