Skip to content

Commit

Permalink
Merge pull request #72 from suecodelabs/release-0.1.0
Browse files Browse the repository at this point in the history
Fix install command
  • Loading branch information
pcktdmp authored May 6, 2022
2 parents 26aa2d5 + 660819f commit 0fa2e42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Fuzzing web APIs in their fully converged Cloud Native state renders more repres

```sh
helm repo add cnfuzz https://suecodelabs.github.io/cnfuzz
helm install cnfuzz/cnfuzz --name cnfuzz
helm repo update
helm install cnfuzz cnfuzz/cnfuzz
```

### Getting started
Expand Down

0 comments on commit 0fa2e42

Please sign in to comment.