Readme: specify compression format for unpacking
This commit is contained in:
parent
6a601ceb97
commit
31533e0825
|
@ -66,7 +66,7 @@ Latest:
|
||||||
To install the full directory structure with config file, run:
|
To install the full directory structure with config file, run:
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo tar -C / -xvf ./telegraf-0.10.2-1_linux_amd64.tar.gz
|
sudo tar -C / -zxvf ./telegraf-0.10.2-1_linux_amd64.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
To extract only the binary, run:
|
To extract only the binary, run:
|
||||||
|
|
Loading…
Reference in New Issue