From 036d92b0ff9236062550836c3e35e48ea37311b5 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sat, 28 Jan 2017 15:19:05 +0000 Subject: [PATCH] Update README: you need "sudo docker" by default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fc182a..396f545 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Clone this Git repository and run the `build-with-docker.sh` script: sudo systemctl start docker git clone https://github.com/talex5/qubes-mirage-firewall.git cd qubes-mirage-firewall - ./build-with-docker.sh + sudo ./build-with-docker.sh This took about 10 minutes on my laptop (it will be much quicker if you run it again).