Skip to content

Commit

Permalink
Fix curl cmd for Linux OS
Browse files Browse the repository at this point in the history
  • Loading branch information
mJace authored and fntlnz committed Oct 7, 2019
1 parent 1453f70 commit aa0071d
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 @@ -37,7 +37,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 -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
tar -xvf kubectl-trace.tar.gz
mv kubectl-trace /usr/local/bin/kubectl-trace
```
Expand Down

0 comments on commit aa0071d

Please sign in to comment.