Add instructions on how to instal deps on arch
This commit is contained in:
parent
b750de1f5e
commit
039a25acd3
|
@ -19,6 +19,9 @@ systemctl start libvirtd
|
||||||
# ubuntu server 18.04:
|
# ubuntu server 18.04:
|
||||||
apt install lxc lxc-templates debootstrap libvirt0
|
apt install lxc lxc-templates debootstrap libvirt0
|
||||||
|
|
||||||
|
# arch:
|
||||||
|
sudo pacman -S lxc libvirt
|
||||||
|
|
||||||
# everything else:
|
# everything else:
|
||||||
# not documented, please open pull requests with commands for debian/arch/macos
|
# not documented, please open pull requests with commands for debian/arch/macos
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue