diff --git a/content/influxdb/cloud-dedicated/reference/cli/influxctl/_index.md b/content/influxdb/cloud-dedicated/reference/cli/influxctl/_index.md index 8e3cd20e3..d86a6797d 100644 --- a/content/influxdb/cloud-dedicated/reference/cli/influxctl/_index.md +++ b/content/influxdb/cloud-dedicated/reference/cli/influxctl/_index.md @@ -65,6 +65,28 @@ influxctl [flags] [command] {{% tab-content %}} +Use one of the following options to download and install `influxctl` on macOS: + +- [Use Homebrew to install influxctl](#use-homebrew-to-install-influxctl) +- [Manually download and install the influxctl binary](#manually-download-and-install-the-influxctl-binary) + +### Use Homebrew to install influxctl + +1. Use `brew tap` to add the `influxdata/tap` repository to the list of + formulae that Homebrew tracks, updates, and installs from: + + ```sh + brew tap influxdata/tap + ``` + +2. Install the `influxctl` package: + + ```sh + brew install influxctl + ``` + +### Manually download and install the influxctl binary + 1. **Download the `influxctl` CLI package** appropriate for your CPU type. Download the package from your browser or command line. diff --git a/content/influxdb/clustered/reference/cli/influxctl/_index.md b/content/influxdb/clustered/reference/cli/influxctl/_index.md index 90621d7a5..35e283951 100644 --- a/content/influxdb/clustered/reference/cli/influxctl/_index.md +++ b/content/influxdb/clustered/reference/cli/influxctl/_index.md @@ -65,6 +65,28 @@ influxctl [flags] [command] {{% tab-content %}} +Use one of the following options to download and install `influxctl` on macOS: + +- [Use Homebrew to install influxctl](#use-homebrew-to-install-influxctl) +- [Manually download and install the influxctl binary](#manually-download-and-install-the-influxctl-binary) + +### Use Homebrew to install influxctl + +1. Use `brew tap` to add the `influxdata/tap` repository to the list of + formulae that Homebrew tracks, updates, and installs from: + + ```sh + brew tap influxdata/tap + ``` + +2. Install the `influxctl` package: + + ```sh + brew install influxctl + ``` + +### Manually download and install the influxctl binary + 1. **Download the `influxctl` CLI package** appropriate for your CPU type. Download the package from your browser or command line.