diff --git a/content/v2.0/get-started.md b/content/v2.0/get-started.md
index 6c691ea69..e4862ce20 100644
--- a/content/v2.0/get-started.md
+++ b/content/v2.0/get-started.md
@@ -28,7 +28,7 @@ This article describes how to get started with InfluxDB OSS. To get started with
### Download and install InfluxDB v2.0 beta
Download InfluxDB v2.0 beta for macOS.
-InfluxDB v2.0 beta (macOS)
+InfluxDB v2.0 beta (macOS)
### Unpackage the InfluxDB binaries
To unpackage the downloaded archive, **double click the archive file in Finder**
@@ -37,7 +37,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.1_darwin_amd64.tar.gz
+tar zxvf ~/Downloads/influxdb_2.0.0-beta.2_darwin_amd64.tar.gz
```
#### (Optional) Place the binaries in your $PATH
@@ -46,7 +46,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.1_darwin_amd64/{influx,influxd} /usr/local/bin/
+sudo cp influxdb_2.0.0-beta.2_darwin_amd64/{influx,influxd} /usr/local/bin/
```
{{% note %}}
@@ -106,8 +106,8 @@ influxd --reporting-disabled
### Download and install InfluxDB v2.0 beta
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
Unpackage the downloaded archive and place the `influx` and `influxd` executables in your system `$PATH`.
@@ -116,10 +116,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.1_linux_amd64.tar.gz
+tar xvzf path/to/influxdb_2.0.0-beta.2_linux_amd64.tar.gz
# Copy the influx and influxd binary to your $PATH
-sudo cp influxdb_2.0.0-beta.1_linux_amd64/{influx,influxd} /usr/local/bin/
+sudo cp influxdb_2.0.0-beta.2_linux_amd64/{influx,influxd} /usr/local/bin/
```
{{% note %}}