1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

NK17: Fixed dep command in readme

This commit is contained in:
belyshevdenis 2019-02-07 14:34:20 +02:00
parent 84cd3677ab
commit b3dff90019

View file

@ -40,7 +40,7 @@ If you don't want to use SSH, you just can clone repo with git, but ensure that
## Restore dependencies
Navigate to kube-policy project dir and execute:
`dep restore`
`dep ensure`
This will install necessary dependencies described in README.md
# Contributing