Add missing install step to README.md

Fixes #2
This commit is contained in:
Nicolas Perraut 2023-09-27 18:34:49 +02:00 committed by Guilhem Lettron
parent d186f97545
commit b4065344ff

View File

@ -18,6 +18,7 @@ Youll need a Kubernetes cluster to run against. You can use [KIND](https://si
1. Install Instances of Custom Resources:
```sh
kubectl apply -f config/crd/bases/
kubectl apply -f config/samples/
```