From 669d8a142491b8478162e052d49e52f44945dff6 Mon Sep 17 00:00:00 2001 From: Bastien Wermeille Date: Mon, 22 Jul 2024 08:31:51 +0200 Subject: [PATCH 1/2] Ease copy past of install command Improve readme by easing the copy past of the the install command. The previous version required to manually select the command. This new version provides, the copy button and is in a single line. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69b9714..9b3a9aa 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,11 @@ Instead you can now do: ### Krew -This plugin is available through [krew](https://krew.dev) via `kubectl krew install view-secret`. +This plugin is available through [krew](https://krew.dev) via : + +```sh +kubectl krew install view-secret +``` ### Binary releases From 8d6c6f27c961ec964f0b3374fb37a413f6766c53 Mon Sep 17 00:00:00 2001 From: Jonas-Taha El Sesiy Date: Wed, 31 Jul 2024 13:27:32 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b3a9aa..0c34895 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Instead you can now do: ### Krew -This plugin is available through [krew](https://krew.dev) via : +This plugin is available through [krew](https://krew.dev) via: ```sh kubectl krew install view-secret