From 8494541654500a0eb37dbf7fb9a1e85f96a678d0 Mon Sep 17 00:00:00 2001 From: Jason Clark Date: Tue, 21 May 2019 14:38:11 -0400 Subject: [PATCH] Adds the copy for Linux prereqs. (#4164) Signed-off-by: Jason Clark --- content/docs/setup/kubernetes/download/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/docs/setup/kubernetes/download/index.md b/content/docs/setup/kubernetes/download/index.md index 8e40958515..06fb5634fb 100644 --- a/content/docs/setup/kubernetes/download/index.md +++ b/content/docs/setup/kubernetes/download/index.md @@ -103,6 +103,10 @@ Once the bash-completion package has been installed on your macOS system, also m `[[ -r "/usr/local/etc/profile.d/bash_completion.sh" ]] && . "/usr/local/etc/profile.d/bash_completion.sh"` {{< /tip >}} +### Prerequisites for Linux + +For Linux, to install the bash completion package, you would use the `apt-get install bash-completion` command for Debian-based Linux distributions or `yum install bash-completion` for RPM-based Linux distributions, the two most common occurrences. + ## Using `istioctl` auto-completion If the `istioctl` completion file has been installed correctly, press the Tab key while writing an `istioctl` command, and it should return a set of command suggestions for you to choose from: