From ba79bdb0f89be980f4e0147a235231cd346d910e Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Wed, 29 Apr 2020 13:50:10 -0700 Subject: [PATCH] Update readme to talk about Go rewrite Signed-off-by: Ahmet Alp Balkan --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3df9288..1675329 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@ This repository provides both `kubectx` and `kubens` tools. [Install →](#installation) -> **🥳📰 NEWS:** With v0.9.0 `kubectx` and `kubens` are now rewritten in Go. -> Bash versions are still available, however please test the new Go versions -> by downloading them from [Releases](/releases). +> **🥳📰 NEWS:** With v0.9.0 `kubectx` and `kubens` **are now rewritten in Go**. +> (Don't worry, our lovely **bash** versions are still available!) Please test +> this new Go binaries by downloading them from +> [**Releases →**](https://github.com/ahmetb/kubectx/releases) **`kubectx`** helps you switch between clusters back and forth: ![kubectx demo GIF](img/kubectx-demo.gif) @@ -89,6 +90,11 @@ Active namespace is "default". ## Installation +> **🥳📰 NEWS:** With v0.9.0 `kubectx` and `kubens` **are now rewritten in Go**. +> (Don't worry, our lovely **bash** versions are still available!) Please test +> this new Go binaries by downloading them from +> [**Releases →**](https://github.com/ahmetb/kubectx/releases) + There are several installation options: - As kubectl plugins (macOS/Linux)