Update README: you need "sudo docker" by default

This commit is contained in:
Thomas Leonard 2017-01-28 15:19:05 +00:00
parent 07ff3d6147
commit 036d92b0ff

View File

@ -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).