Skip to content

Commit

Permalink
generated binary file
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Aug 7, 2020
1 parent e84a902 commit 90bccaf
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require (
github.com/gogo/protobuf v1.3.1 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/googleapis/gnostic v0.1.0 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/imdario/mergo v0.3.10 // indirect
github.com/json-iterator/go v1.1.10 // indirect
Expand All @@ -14,13 +15,13 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
gopkg.in/AlecAivazis/survey.v1 v1.8.8 // indirect
gopkg.in/AlecAivazis/survey.v1 v1.8.8
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.0.0-20191004102255-dacd7df5a50b
k8s.io/apimachinery v0.0.0-20191004074956-01f8b7d1121a
k8s.io/client-go v0.0.0-20191004102537-eb5b9a8cfde7
k8s.io/klog v1.0.0 // indirect
k8s.io/utils v0.0.0-20200731180307-f00132d28269 // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
github.com/googleapis/gnostic v0.1.0 // indirect
)
24 changes: 24 additions & 0 deletions reradme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## How to use this tool

The repo contains everything needed to run this automation.
To just use this software download the file under releases. There are releases for Linux amd64 and mac amd64 architectures.
You can execute binary in place by

```
cd releases/linux
chmod +x kpopv4
```

Then

```
./kpopv4
```

You can also install this software globally on your machine without the need to chmod by using

For Linux

```
sudo install releases/linux/kpopv4 /usr/bin/
```

0 comments on commit 90bccaf

Please sign in to comment.