Update get-started.md

Corrected typo in cp path: the original was not pointing to the decompressed package folders but to the compressed file itself.
pull/1734/head
Alex 2020-10-29 11:18:06 +01:00 committed by GitHub
parent faa865da3d
commit df484c225d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ _**Note:** The following commands are examples. Adjust the file names, paths, an
tar xvzf path/to/influxdb-2.0.0-rc.2_linux_amd64.tar.gz
# Copy the influx and influxd binary to your $PATH
sudo cp influxdb-2.0.0-rc.2_linux_amd64.tar.gz/{influx,influxd} /usr/local/bin/
sudo cp influxdb-2.0.0-rc.2_linux_amd64/{influx,influxd} /usr/local/bin/
```
{{% note %}}