From 6a15fedce90e5674b93b5359e5c58b48371d45fd Mon Sep 17 00:00:00 2001 From: timhallinflux Date: Thu, 7 Feb 2019 17:34:15 -0800 Subject: [PATCH] Update links... --- content/v2.0/get-started.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/content/v2.0/get-started.md b/content/v2.0/get-started.md index dd7397114..a80f1b1a0 100644 --- a/content/v2.0/get-started.md +++ b/content/v2.0/get-started.md @@ -22,7 +22,7 @@ executables, and running the the initial setup process. ### Download and install InfluxDB v2.0 alpha Download InfluxDB v2.0 alpha for macOS. -InfluxDB v2.0 alpha (macOS) +InfluxDB v2.0 alpha (macOS) ### Place the executables in your $PATH Unpackage the downloaded archive and place the `influx` and `influxd` executables in your system `$PATH`. @@ -31,10 +31,10 @@ _**Note:** The following commands are examples. Adjust the file paths to your ow ```sh # Unpackage contents to the current working directory -gunzip -c ~/Downloads/influxdb_2.0.0-alpha.1_darwin_amd64.tar.gz | tar xopf - +gunzip -c ~/Downloads/influxdb_2.0.0-alpha.2_darwin_amd64.tar.gz | tar xopf - # Copy the influx and influxd binary to your $PATH -sudo cp influxdb_2.0.0-alpha.1_darwin_amd64/{influx,influxd} /usr/local/bin/ +sudo cp influxdb_2.0.0-alpha.2_darwin_amd64/{influx,influxd} /usr/local/bin/ ``` {{% note %}} @@ -79,8 +79,8 @@ influxd --reporting-disabled ### Download and install InfluxDB v2.0 alpha Download InfluxDB v2.0 alpha package appropriate for your chipset. -InfluxDB v2.0 alpha (amd64) -InfluxDB v2.0 alpha (arm) +InfluxDB v2.0 alpha (amd64) +InfluxDB v2.0 alpha (arm) ### Place the executables in your $PATH Unpackage the downloaded archive and place the `influx` and `influxd` executables in your system `$PATH`. @@ -89,10 +89,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-alpha.1_linux_amd64.tar.gz +tar xvzf path/to/influxdb_2.0.0-alpha.2_linux_amd64.tar.gz # Copy the influx and influxd binary to your $PATH -sudo cp influxdb_2.0.0-alpha.1_linux_amd64/{influx,influxd} /usr/local/bin/ +sudo cp influxdb_2.0.0-alpha.2_linux_amd64/{influx,influxd} /usr/local/bin/ ``` {{% note %}}