Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Feb 15, 2020
1 parent d58adcf commit 8a449f3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ Example report:
- [raw output](https://storage.googleapis.com/minikube-builds/logs/6258/VirtualBox_Linux.txt) (before gopogh)
- [html output](https://storage.googleapis.com/minikube-builds/logs/6258/VirtualBox_Linux.html) (after gopogh)

### Install linux
```
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.1.15/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
```

### Install windows
download latest binary from :
https://github.com/medyagh/gopogh/releases


### Example usage in github actions

see minikube's workflow
https://github.com/kubernetes/minikube/blob/master/.github/workflows/main.yml


#### features:
Expand Down

0 comments on commit 8a449f3

Please sign in to comment.