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 GitHub
parent d186f97545
commit 812bf5fb16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/
```