Skip to content

Commit

Permalink
fix: install docs (#197)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly authored Nov 4, 2023
1 parent 57021b6 commit 679aad8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions website/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,14 @@ Download the pre-compiled binaries from the [releases page](https://github.com/k
**clone the repository:**

```bash
git clone github.com/kyverno/kyverno-json
git clone https://github.com/kyverno/kyverno-json.git
```

**build the binaries:**

```bash
cd kyverno-json
```

```bash
go mod tidy
make build
```

Expand Down

0 comments on commit 679aad8

Please sign in to comment.