From 61ef33467667f61ca5a849969a9005c579e8dbe6 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 6 Aug 2020 11:52:42 -0600 Subject: [PATCH] updated download links for beta-16 --- content/v2.0/get-started.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/content/v2.0/get-started.md b/content/v2.0/get-started.md index aa6a3a820..aeca60eae 100644 --- a/content/v2.0/get-started.md +++ b/content/v2.0/get-started.md @@ -105,7 +105,7 @@ To use the `influx` CLI to manage and interact with your InfluxDB Cloud instance Click the following button to download and install `influx` CLI for macOS. -influx CLI (macOS) +influx CLI (macOS) #### Unpackage the influx binary @@ -117,7 +117,7 @@ or run the following command in a macOS command prompt application such ```sh # Unpackage contents to the current working directory -tar zxvf ~/Downloads/influxdb_client_2.0.0-beta.15_darwin_amd64.tar.gz +tar zxvf ~/Downloads/influxdb_client_2.0.0-beta.16_darwin_amd64.tar.gz ``` #### (Optional) Place the binary in your $PATH @@ -129,7 +129,7 @@ prefix the executable with `./` to run in place. If the binary is on your $PATH, ```sh # Copy the influx binary to your $PATH -sudo cp influxdb_client_2.0.0-beta.15_darwin_amd64/influx /usr/local/bin/ +sudo cp influxdb_client_2.0.0-beta.16_darwin_amd64/influx /usr/local/bin/ ``` {{% note %}} @@ -152,8 +152,8 @@ Now, you're ready to [Use the influx CLI](#use-the-influx-cli). Click one of the following buttons to download and install the `influx` CLI appropriate for your chipset. -influx CLI (amd64) -influx CLI (arm) +influx CLI (amd64) +influx CLI (arm) #### Unpackage the influx binary @@ -161,7 +161,7 @@ Click one of the following buttons to download and install the `influx` CLI appr ```sh # Unpackage contents to the current working directory -tar xvfz influxdb_client_2.0.0-beta.15_linux_amd64.tar.gz +tar xvfz influxdb_client_2.0.0-beta.16_linux_amd64.tar.gz ``` #### (Optional) Place the binary in your $PATH @@ -173,7 +173,7 @@ prefix the executable with `./` to run in place. If the binary is on your $PATH, ```sh # Copy the influx and influxd binary to your $PATH -sudo cp influxdb_client_2.0.0-beta.15_linux_amd64/influx /usr/local/bin/ +sudo cp influxdb_client_2.0.0-beta.16_linux_amd64/influx /usr/local/bin/ ``` {{% note %}} @@ -218,7 +218,7 @@ executables, and running the initial setup process. Download InfluxDB v2.0 beta for macOS. -InfluxDB v2.0 beta (macOS) +InfluxDB v2.0 beta (macOS) ### Unpackage the InfluxDB binaries @@ -228,7 +228,7 @@ or run the following command in a macOS command prompt application such ```sh # Unpackage contents to the current working directory -tar zxvf ~/Downloads/influxdb_2.0.0-beta.15_darwin_amd64.tar.gz +tar zxvf ~/Downloads/influxdb_2.0.0-beta.16_darwin_amd64.tar.gz ``` #### (Optional) Place the binaries in your $PATH @@ -238,7 +238,7 @@ prefix the executables with `./` to run then in place. ```sh # (Optional) Copy the influx and influxd binary to your $PATH -sudo cp influxdb_2.0.0-beta.15_darwin_amd64/{influx,influxd} /usr/local/bin/ +sudo cp influxdb_2.0.0-beta.16_darwin_amd64/{influx,influxd} /usr/local/bin/ ``` {{% note %}} @@ -307,8 +307,8 @@ influxd --reporting-disabled Download the InfluxDB v2.0 beta package appropriate for your chipset. -InfluxDB v2.0 beta (amd64) -InfluxDB v2.0 beta (arm) +InfluxDB v2.0 beta (amd64) +InfluxDB v2.0 beta (arm) ### Place the executables in your $PATH @@ -318,10 +318,10 @@ _**Note:** The following commands are examples. Adjust the file names, paths, an ```sh # Unpackage contents to the current working directory -tar xvzf path/to/influxdb_2.0.0-beta.15_linux_amd64.tar.gz +tar xvzf path/to/influxdb_2.0.0-beta.16_linux_amd64.tar.gz # Copy the influx and influxd binary to your $PATH -sudo cp influxdb_2.0.0-beta.15_linux_amd64/{influx,influxd} /usr/local/bin/ +sudo cp influxdb_2.0.0-beta.16_linux_amd64/{influx,influxd} /usr/local/bin/ ``` {{% note %}}