Add a note about sudo usage for beginners

Signed-off-by: Mikolaj Pawlikowski <mikolaj@pawlikowski.pl>
This commit is contained in:
Mikolaj Pawlikowski
2018-12-20 21:34:14 +01:00
committed by GitHub
parent 74e30c1e9a
commit 9b30561ccb
+1 -1
View File
@@ -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