Skip to content

Commit

Permalink
go get doesn't work readme update (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
genevieveluyt authored Sep 11, 2019
1 parent 019bf4a commit eda1e20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ privileged, ... You get the gist of it and more on that later. Just know:

## Installation

> **Please note `go get kubeaudit` is currently not functional**
>
> We are aware of the issue and are working on a fix. You can still get kubeaudit using these alternate methods:
#### Download a binary

Kubeaudit has official releases that are blessed and stable here:
Expand All @@ -35,7 +39,7 @@ feature not yet included in a release you can do the following to get
kubeaudit:

```sh
go get -v github.com/Shopify/kubeaudit
git clone https://github.com/Shopify/kubeaudit.git
make
make install
```
Expand Down

0 comments on commit eda1e20

Please sign in to comment.