Skip to content

Commit 03a1cc5

Browse files
authored
Merge pull request #867 from heylongdacoder/fix-doc
docs: update make command to install crds
2 parents b24dc04 + 8cf11d7 commit 03a1cc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/developer-getting-started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ To test and run the project with your local changes, follow these steps to set u
2323

2424
3. Install the Custom Resource Definitions (CRDs): Apply the latest CRDs to your cluster:
2525
```bash
26-
make manifests
27-
kubectl apply -k ./config/crd
26+
make install
2827
```
2928

3029
4. Run the kro Controller Locally: Execute the controller with your changes:

0 commit comments

Comments
 (0)