Changes command for k9s installation

This commit is contained in:
Manuel Vergara 2022-11-11 15:54:33 +01:00
parent a25badd194
commit 8641fe3c6b

View File

@ -2018,14 +2018,12 @@ K9s es una interfaz de usuario basada en un terminal para interactuar con sus cl
### Instalar k9s con el código
```shell
## Install go - https://go.dev/doc/install
## Clone the source code
git clone https://github.com/derailed/k9s.git && cd k9s
Para estar seguro de como se instala lo mejor es mirar la [documentación oficial](https://k9scli.io/topics/install/) o el [repositorio git](https://github.com/derailed/k9s), teniendo en cuenta que actualizan más el repo. Yo lo he instalado así:
## Build k9s from source
make build && ./execs/k9s
```shell
curl -sS https://webinstall.dev/k9s | bash
```
Mira el [enlace webinstall](https://webinstall.dev/k9s/) para más info.
### Argumentos CLI