Update install-kn (snippet)

Removed alert formatting
This commit is contained in:
Bruce Hamilton 2025-09-19 11:54:53 -07:00
parent 5ffbfd3ff4
commit 14604c7c4f
1 changed files with 6 additions and 7 deletions

View File

@ -20,14 +20,13 @@ The `kn` CLI also simplifies completion of otherwise complex procedures such as
brew install knative/client/kn
```
[!IMPORTANT]
If you are having issues upgrading using Homebrew, it might be due to a change to a CLI repository where the `master` branch was renamed to `main`. Resolve this issue by running the command:
If you are having issues upgrading using Homebrew, it might be due to a change to a CLI repository where the `master` branch was renamed to `main`. Resolve this issue by running the command:
```bash
brew uninstall kn
brew untap knative/client --force
brew install knative/client/kn
```
```bash
brew uninstall kn
brew untap knative/client --force
brew install knative/client/kn
```
=== "Using a binary"