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).
This commit is contained in:
jaseg 2019-05-31 12:50:33 +09:00 committed by GitHub
parent 7d22eafa59
commit 0a4b01a841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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