Update README.md (#1696)

mine
James Spurin 2022-11-05 14:42:52 +00:00 committed by GitHub
parent ca29473238
commit 534c2791ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -101,6 +101,12 @@ K9s is available on Linux, macOS and Windows platforms.
```shell
curl.exe -A MS https://webinstall.dev/k9s | powershell
```
* As a [Docker Desktop Extension](https://docs.docker.com/desktop/extensions/) (for the Docker Desktop built in Kubernetes Server)
```shell
docker extension install spurin/k9s-dd-extension:latest
```
---