From 4e8f05f41042e4cf73b102ba4b7eb188d195a923 Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Sun, 21 Nov 2021 08:09:32 -0700 Subject: [PATCH] Update README with note on invoking Docker-based build with sudo. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ff99d07..b7c3b22 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ Built plugin packages are placed in the `plugin-build/` directory. *Works on any operating system with [Docker](https://www.docker.com/) installed.* +**IMPORTANT:** Do **not** invoke the Docker-based toolchain with `sudo`! There is no need to do so and it will not work correctly. + +Instead, follow the instructions to let non-root users manage Docker containers: https://docs.docker.com/engine/install/linux-postinstall/ + Build the Docker container with toolchains for all platforms. ```bash make docker-build