From 31533e0825532dff811016f5d2f9617fb8250a3a Mon Sep 17 00:00:00 2001 From: Anton Bykov Date: Sun, 14 Feb 2016 14:05:31 +0200 Subject: [PATCH] Readme: specify compression format for unpacking --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21a3445ea..e4551b6c4 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Latest: 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: