Skip to content

Commit 7ed1bd7

Browse files
authored
README.md: Add jq to apt install (#257)
1 parent 5a93676 commit 7ed1bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Here is some code that should help you to set up most of the requirements:
3535
sudo ufw status
3636
sudo ufw allow from 172.17.0.0/16
3737

38-
# Install kvm
39-
sudo apt install -y git curl qemu qemu-kvm haveged
38+
# Install required tools / kvm
39+
sudo apt install -y git curl qemu qemu-kvm haveged jq
4040

4141
# Install Docker
4242
curl -fsSL https://get.docker.com | sh

0 commit comments

Comments
 (0)