From 95afab0d6e97d347c94b5b3473c2a2185561587b Mon Sep 17 00:00:00 2001 From: Joerg Schad Date: Mon, 24 Jun 2019 22:39:04 +0200 Subject: [PATCH] Updated make command in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baae5a455..0d71406ea 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.11/ ## Building ```bash -DOCKERNAMESPACE= make +DOCKERNAMESPACE= make allall kubectl apply -f manifests/arango-deployment-dev.yaml # To use `ArangoLocalStorage`, also run kubectl apply -f manifests/arango-storage-dev.yaml