We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a93676 commit 7ed1bd7Copy full SHA for 7ed1bd7
README.md
@@ -35,8 +35,8 @@ Here is some code that should help you to set up most of the requirements:
35
sudo ufw status
36
sudo ufw allow from 172.17.0.0/16
37
38
-# Install kvm
39
-sudo apt install -y git curl qemu qemu-kvm haveged
+# Install required tools / kvm
+sudo apt install -y git curl qemu qemu-kvm haveged jq
40
41
# Install Docker
42
curl -fsSL https://get.docker.com | sh
0 commit comments