Remove extraneous 'v' from README tarball

This commit is contained in:
Cameron Sparr 2016-02-04 11:23:46 -07:00
parent 434c08a357
commit f01da8fee4
1 changed files with 2 additions and 2 deletions

View File

@ -66,13 +66,13 @@ Latest:
To install the full directory structure with config file, run:
```
sudo tar -C / -xvf ./telegraf-v0.10.2-1_linux_amd64.tar.gz
sudo tar -C / -xvf ./telegraf-0.10.2-1_linux_amd64.tar.gz
```
To extract only the binary, run:
```
tar -zxvf telegraf-v0.10.2-1_linux_amd64.tar.gz --strip-components=3 ./usr/bin/telegraf
tar -zxvf telegraf-0.10.2-1_linux_amd64.tar.gz --strip-components=3 ./usr/bin/telegraf
```
### Ansible Role: