From 0a4b01a8410e8d8c357cf6ce9e3f65f6c422f02b Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 31 May 2019 12:50:33 +0900 Subject: [PATCH] Fix ln(1) call in build instructions The arguments were backwards. [```ln``` takes the link target first, then the link name](https://linux.die.net/man/1/ln). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c8aaae..9cd73d7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ See the [Deploy](#deploy) section below for installation instructions. Create a new Fedora-29 AppVM (or reuse an existing one). Open a terminal. Clone this Git repository and run the `build-with-docker.sh` script: - sudo ln -s /var/lib/docker /home/user/docker + sudo ln -s /home/user/docker /var/lib/docker sudo dnf install docker sudo systemctl start docker git clone https://github.com/mirage/qubes-mirage-firewall.git