Update gorelease config and docs - moving to cask due to depreciation

This commit is contained in:
2025-12-07 13:59:51 +00:00
parent 8672d932bb
commit 2a44c6ff9c
3 changed files with 18 additions and 14 deletions
+7 -2
View File
@@ -54,12 +54,17 @@ kportal manages multiple Kubernetes port-forwards with an interactive terminal i
## 📦 Installation
### Homebrew (macOS/Linux)
### Homebrew (macOS)
```bash
brew install lukaszraczylo/taps/kportal
brew install --cask lukaszraczylo/taps/kportal
```
> **Note**: If you previously installed via `brew install lukaszraczylo/taps/kportal` (formula), uninstall first:
> ```bash
> brew uninstall kportal
> ```
### Quick Install
```bash