Skip to content

Commit

Permalink
docs: Update Install linux section (#203)
Browse files Browse the repository at this point in the history
I have modified the command to install ticker in Linux.
Changed the tar command to extract only the ticker executable file.
  • Loading branch information
livioavalle committed Jan 27, 2022
1 parent 8e9d81e commit 3276d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ brew install achannarasappa/tap/ticker
curl -Ls https://api.github.com/repos/achannarasappa/ticker/releases/latest \
| grep -wo "https.*linux-amd64*.tar.gz" \
| wget -qi - \
&& tar -xf ticker*.tar.gz \
&& tar -xvf ticker*.tar.gz ticker \
&& chmod +x ./ticker \
&& sudo mv ticker /usr/local/bin/
```
Expand Down

0 comments on commit 3276d00

Please sign in to comment.