mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2025-09-28 14:49:42 -04:00
Merge pull request #69 from jaseg/patch-1
Fix ln(1) call in build instructions
This commit is contained in:
commit
448ba654fb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue