From 0685269fc324787079a165a894019a20ab2819f6 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Thu, 14 Jul 2022 12:56:05 +0000 Subject: [PATCH] Update README.md, closes #7. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7d3833d..0beca06 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ source ~/.venv/ogs-container-maker/bin/activate pip install ogscm ``` +If you build images with Docker (`--build`-parameter, see below) you need to make sure that you have [setup Docker to be runnable without `sudo`](https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user)! + + Apple ARM specific: ```bash -- GitLab