Skip to content

Commit

Permalink
fix download links for OSX in Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haohaolee committed Sep 17, 2019
1 parent a38c074 commit 2f51465
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 @@ -45,7 +45,7 @@ mv kubectl-trace /usr/local/bin/kubectl-trace
**OSX**

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

0 comments on commit 2f51465

Please sign in to comment.