add homebrew install instructions for influxctl (#5184)

pull/5190/head
Scott Anderson 2023-10-18 15:35:40 -06:00 committed by GitHub
parent 22b325a308
commit 239a9a5c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 44 additions and 0 deletions

View File

@ -65,6 +65,28 @@ influxctl [flags] [command]
<!---------------------------- BEGIN MACOS CONTENT ---------------------------->
{{% 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.

View File

@ -65,6 +65,28 @@ influxctl [flags] [command]
<!---------------------------- BEGIN MACOS CONTENT ---------------------------->
{{% 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.