From b3dff900195e3442b56d22acea2cdf0655c2a392 Mon Sep 17 00:00:00 2001 From: belyshevdenis Date: Thu, 7 Feb 2019 14:34:20 +0200 Subject: [PATCH] NK17: Fixed dep command in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdea631fa3..362bfd17a3 100644 --- a/README.md +++ b/README.md @@ -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