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
parent
faa865da3d
commit
df484c225d
|
@ -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 %}}
|
||||
|
|
Loading…
Reference in New Issue