From 039a25acd35d086416227c05cff9f3404d64f06e Mon Sep 17 00:00:00 2001 From: isakal Date: Thu, 4 Jun 2020 21:47:26 +0200 Subject: [PATCH] Add instructions on how to instal deps on arch --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index f9c9fd6..5416a11 100644 --- a/readme.md +++ b/readme.md @@ -19,6 +19,9 @@ systemctl start libvirtd # ubuntu server 18.04: apt install lxc lxc-templates debootstrap libvirt0 +# arch: +sudo pacman -S lxc libvirt + # everything else: # not documented, please open pull requests with commands for debian/arch/macos