From 42d2a7fbc3106a11df6c20202c3518f2f6a935e8 Mon Sep 17 00:00:00 2001 From: halfpint24 <collinpadgett@hotmail.com> Date: Thu, 14 Jan 2021 13:32:58 -0600 Subject: [PATCH] added macOS dependencies to readme --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 4baecf8..da8ed1d 100644 --- a/readme.md +++ b/readme.md @@ -35,6 +35,9 @@ apt install lxc lxc-templates debootstrap libvirt0 # arch dependencies: sudo pacman -S lxc libvirt unzip +#macOS dependencies: +brew install lxc libvirt unzip + # everything else: # not documented, please open pull requests with commands for debian/arch/macos/etc ```