From 812c81d178929751c248c9da30a8dea33d68d302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20=C5=BBuchowska?= Date: Mon, 4 Oct 2021 14:54:04 +0200 Subject: [PATCH] Privileges command added --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 143a32299..413b958c1 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,11 @@ cd docker ./update.sh ``` -__Note__: you may need to grant executable privilege to the update and run scripts +__Note__: you may need to grant executable privilege to the update and run scripts. If you're running on Unix: +``` +sudo chmod +x update.sh +sudo chmod +x run.sh +``` Run the enviroment