Readme: specify compression format for unpacking

closes #693
This commit is contained in:
Anton Bykov 2016-02-14 14:05:31 +02:00 committed by Cameron Sparr
parent 0b72612cd2
commit 85594cc92e
1 changed files with 1 additions and 1 deletions

View File

@ -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: