Skip to content

Commit

Permalink
docs: fix installation procedure for Linux
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Miklus <miroslav.miklus@pantheon.tech>
  • Loading branch information
mmiklus authored and fntlnz committed Jul 13, 2020
1 parent ea7cfa5 commit 44a2191
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 @@ -50,7 +50,7 @@ The commands here show `amd64` versions, `386` versions are available in the rel
**Linux**

```bash
curl -LO https://github.com/iovisor/kubectl-trace/releases/download/v0.1.0-rc.1/kubectl-trace_0.1.0-rc.1_linux_amd64.tar.gz
curl -L -o kubectl-trace.tar.gz https://github.com/iovisor/kubectl-trace/releases/download/v0.1.0-rc.1/kubectl-trace_0.1.0-rc.1_linux_amd64.tar.gz
tar -xvf kubectl-trace.tar.gz
mv kubectl-trace /usr/local/bin/kubectl-trace
```
Expand Down

0 comments on commit 44a2191

Please sign in to comment.