Skip to content

Commit 925788d

Browse files
committed
New badges and instruction for Homebrew [skip ci]
1 parent ea5f5b8 commit 925788d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
[![GitHub](https://img.shields.io/github/stars/freelensapp/freelens?style=flat&label=GitHub%20%E2%AD%90)](https://github.com/freelensapp/freelens)
77
[![license](https://img.shields.io/github/license/freelensapp/freelens.svg)](https://github.com/freelensapp/freelens?tab=MIT-1-ov-file#readme)
88
[![release](https://img.shields.io/github/v/release/freelensapp/freelens?display_name=tag&sort=semver)](https://github.com/freelensapp/freelens/releases/latest)
9+
[![Homebrew Cask Version](https://img.shields.io/homebrew/cask/v/freelens?label=homebrew)](https://formulae.brew.sh/cask/freelens#default)
10+
[![WinGet Package Version](https://img.shields.io/winget/v/Freelensapp.Freelens)](https://winstall.app/apps/Freelensapp.Freelens)
11+
[![Flathub Version](https://img.shields.io/flathub/v/app.freelens.Freelens)](https://flathub.org/apps/app.freelens.Freelens)
12+
[![NPM Version](https://img.shields.io/npm/v/%40freelensapp%2Fcore)](https://www.npmjs.com/package/@freelensapp/core)
913
[![Unit tests](https://github.com/freelensapp/freelens/actions/workflows/unit-tests.yaml/badge.svg)](https://github.com/freelensapp/freelens/actions/workflows/unit-tests.yaml)
1014
[![Integration tests](https://github.com/freelensapp/freelens/actions/workflows/integration-tests.yaml/badge.svg)](https://github.com/freelensapp/freelens/actions/workflows/integration-tests.yaml)
1115

@@ -39,7 +43,6 @@ systems.
3943
Run the following command:
4044

4145
```sh
42-
brew tap freelensapp/tap
4346
brew install --cask freelens
4447
```
4548

@@ -86,7 +89,7 @@ The application is sandboxed. It includes bundled `kubectl` and `helm`
8689
commands and uses the `~/.kube/config` file by default. The `~/.freelens`
8790
directory is stored in the sandbox.
8891

89-
Flatpak adds wrappers for the `aws`, `gke-gcloud-auth-plugin`, and
92+
Flatpak adds wrappers for the `aws`, `doctl`, `gke-gcloud-auth-plugin`, and
9093
`kubelogin` tools, running them as commands from the host system.
9194

9295
The terminal uses `/bin/sh` by default, but it can be switched in the
@@ -106,8 +109,6 @@ sudo apt update
106109
sudo apt install freelens
107110
```
108111

109-
<!-- markdownlint-enable MD013 -->
110-
111112
### Windows
112113

113114
Download the EXE or MSI installers from the

0 commit comments

Comments
 (0)