From 6b1d8377b6ef74a271089b9319a781ed08170321 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 30 Apr 2016 14:33:34 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2d6b69..7df907a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ sudo equo i sabayon-devkit ## Prerequisites * docker installed in the machine (`sudo equo i docker`), and the daemon started (`sudo systemctl start docker`) -* if you don't want to run that as root, the user where are you running the script must be in the docker group (`sudo gpasswd -a $USER docker`) +* if you don't want to run that as root, the user where are you running the script must be in the docker group (`sudo gpasswd -a $USER docker`), or granting permission to yourself adding your user to the sudoer file. Packages can be built in a clean environment with docker by running `sabayon-buildpackages`.