Skip to content

Commit 51582a4

Browse files
committed
Update README.md
Add hook scrupt prerequisites
1 parent 86fa9c2 commit 51582a4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ You need the following to be installed on your machine before running this pre-c
3535
- [yq v4.6](https://github.com/mikefarah/yq)
3636
- [kustomize v4.1](https://github.com/kubernetes-sigs/kustomize)
3737
- [kubeconform v0.4.12](https://github.com/yannh/kubeconform)
38+
39+
Also make sure to have the git hook script pre-push installed
40+
41+
```bash
42+
pre-commit install -t pre-push
43+
```

0 commit comments

Comments
 (0)