Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh authored Sep 10, 2020
1 parent a81078f commit 4172df5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ replace `$(pwd)/testdata/docker-test` with wherever the testout.txt lives. there

### Install linux
```
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.1.15/gopogh-linux-amd64
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.2.4/gopogh-linux-amd64
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
```

### Install macos
```
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.1.15/gopogh-linux-amd64
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.2.4/gopogh-darwin-amd64
sudo install gopogh-darwin-amd64 /usr/local/bin/gopogh
```

### Install windows
Expand Down Expand Up @@ -59,4 +59,4 @@ https://github.com/kubernetes/minikube/blob/master/.github/workflows/main.yml
```
make test
open output.html
```
```

0 comments on commit 4172df5

Please sign in to comment.