From 8332903b3a7900ba94c6c7289044a2357429fcd6 Mon Sep 17 00:00:00 2001 From: Mariusz Kogen Date: Mon, 22 Nov 2021 18:14:38 +0100 Subject: [PATCH] Just reload the environment (#827) --- build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/README.md b/build/README.md index f23023fc1..892150133 100644 --- a/build/README.md +++ b/build/README.md @@ -13,7 +13,7 @@ - `sudo apt install -y docker.io` - https://docs.docker.com/get-docker - Add your user to the docker group: `sudo usermod -a -G docker $USER` - - If you have issues here, try to logout or reboot your system + - Reload user environment `exec sudo su -l $USER` - Prepare Docker environment - Setup buildx (https://docs.docker.com/buildx/working-with-buildx/) - Create a builder: `docker buildx create --use`