diff --git a/site/content/en/latest/install/install-egctl.md b/site/content/en/latest/install/install-egctl.md index 136d54c15cc..cbd82385740 100644 --- a/site/content/en/latest/install/install-egctl.md +++ b/site/content/en/latest/install/install-egctl.md @@ -16,7 +16,8 @@ This task shows how to install the egctl CLI. egctl can be installed either from The Envoy Gateway project provides two ways to fetch and install egctl. These are the official methods to get egctl releases. Installation through those methods can be found below the official methods. -### From the Binary Releases +{{< tabpane text=true >}} +{{% tab header="From the Binary Releases" %}} Every [release](https://github.com/envoyproxy/gateway/releases) of egctl provides binary releases for a variety of OSes. These binary versions can be manually downloaded and installed. @@ -26,7 +27,8 @@ Every [release](https://github.com/envoyproxy/gateway/releases) of egctl provide From there, you should be able to run: `egctl help`. -### From Script +{{% /tab %}} +{{% tab header="From Script" %}} `egctl` now has an installer script that will automatically grab the latest release version of egctl and install it locally. @@ -50,6 +52,19 @@ Yes, you can just use the below command if you want to live on the edge. curl -fsSL https://gateway.envoyproxy.io/get-egctl.sh | VERSION=latest bash ``` +{{% /tab %}} + +{{% tab header="From Homebrew" %}} + +You can also install egctl using homebrew: + +```shell +brew install egctl +``` + +{{% /tab %}} +{{< /tabpane >}} + {{% alert title="Next Steps" color="warning" %}} You can refer to the [Use egctl task](../tasks/operations/egctl) for more details about egctl.