From 9b30561ccbdc23d793bdfe48fd7aa0d80127725e Mon Sep 17 00:00:00 2001 From: Mikolaj Pawlikowski Date: Thu, 20 Dec 2018 21:34:14 +0100 Subject: [PATCH] Add a note about sudo usage for beginners Signed-off-by: Mikolaj Pawlikowski --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0f79a3..932ea31 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Note, that in order to guarantee correct versions of dependencies, the project [ ## Building -The repo comes with two ways of building a `docker` image: compiling locally, and compiling using a multi-stage `Dockerfile` image. +The repo comes with two ways of building a `docker` image: compiling locally, and compiling using a multi-stage `Dockerfile` image. :warning: Depending on your `docker` setup, you might need to prepend these commands with `sudo`. ### Compiling using a multi-stage Dockerfile