Skip to content

Commit

Permalink
Remove extraneous 'v' from README tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrc committed Feb 4, 2016
1 parent 434c08a commit f01da8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f01da8f

Please sign in to comment.