From 5f4160766d1e6b3bca1f6cfc20636b3f262742cd Mon Sep 17 00:00:00 2001 From: Ihor Dvoretskyi Date: Wed, 18 Jul 2018 22:53:09 +0300 Subject: [PATCH 1/4] Debian package installation information added As the package is currently available for Debian Buster and Sid, the brief installation information added. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0dcbd12..8d641d7 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,13 @@ sudo git clone https://github.com/ahmetb/kubectx /opt/kubectx sudo ln -s /opt/kubectx/kubectx /usr/local/bin/kubectx sudo ln -s /opt/kubectx/kubens /usr/local/bin/kubens ``` + +Also available as a Debian package (for [Debian Buster (testing)](https://packages.debian.org/buster/kubectx) and [Sid (unstable)](https://packages.debian.org/sid/kubectx)): + +``` bash +sudo apt install kubectx +``` + #### Arch Linux An unofficial [AUR package](https://aur.archlinux.org/packages/kubectx) `kubectx` From b1324570ad6e735a9c67c84fdac5d4640e0ee06b Mon Sep 17 00:00:00 2001 From: Ihor Dvoretskyi Date: Thu, 19 Jul 2018 22:58:08 +0000 Subject: [PATCH 2/4] Debian releases information added Signed-off-by: Ihor Dvoretskyi --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8d641d7..3bf6fe9 100644 --- a/README.md +++ b/README.md @@ -111,18 +111,21 @@ sudo ln -s /opt/kubectx/kubectx /usr/local/bin/kubectx sudo ln -s /opt/kubectx/kubens /usr/local/bin/kubens ``` -Also available as a Debian package (for [Debian Buster (testing)](https://packages.debian.org/buster/kubectx) and [Sid (unstable)](https://packages.debian.org/sid/kubectx)): - -``` bash -sudo apt install kubectx -``` - #### Arch Linux An unofficial [AUR package](https://aur.archlinux.org/packages/kubectx) `kubectx` is available. Install instructions can be found on the [Arch wiki](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages). +#### Debian/Ubuntu + +Available as a Debian package for [Debian Buster (testing)](https://packages.debian.org/buster/kubectx), [Sid (unstable)](https://packages.debian.org/sid/kubectx) (_note: if you are unfamiliar with Debian release process and how to enable testing/unstable repos, check the [Debian Wiki](https://wiki.debian.org/DebianReleases)_: + +``` bash +sudo apt install kubectx +``` + + ----- ### Customizing current context colors From 11336883cbb861f4238ed7d41b32a1fa489bfb14 Mon Sep 17 00:00:00 2001 From: Ihor Dvoretskyi Date: Thu, 19 Jul 2018 23:00:17 +0000 Subject: [PATCH 3/4] Debian releases information added Signed-off-by: Ihor Dvoretskyi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bf6fe9..bf2b41c 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ wiki](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packa #### Debian/Ubuntu -Available as a Debian package for [Debian Buster (testing)](https://packages.debian.org/buster/kubectx), [Sid (unstable)](https://packages.debian.org/sid/kubectx) (_note: if you are unfamiliar with Debian release process and how to enable testing/unstable repos, check the [Debian Wiki](https://wiki.debian.org/DebianReleases)_: +Available as a Debian package for [Debian Buster (testing)](https://packages.debian.org/buster/kubectx), [Sid (unstable)](https://packages.debian.org/sid/kubectx) (_note: if you are unfamiliar with Debian release process and how to enable testing/unstable repos, check the [Debian Wiki](https://wiki.debian.org/DebianReleases)_): ``` bash sudo apt install kubectx From 5144c0f958b14c8ba629bb3adf82d8920d762a52 Mon Sep 17 00:00:00 2001 From: Ihor Dvoretskyi Date: Thu, 19 Jul 2018 23:03:25 +0000 Subject: [PATCH 4/4] Debian releases information added Signed-off-by: Ihor Dvoretskyi --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bf2b41c..88e45ea 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,6 @@ Available as a Debian package for [Debian Buster (testing)](https://packages.deb sudo apt install kubectx ``` - ----- ### Customizing current context colors