From 0f0f7be68145a2f84c909a5e3b1c8ef7cb322f67 Mon Sep 17 00:00:00 2001 From: Fioddor Superconcentrado Date: Wed, 22 Jul 2020 13:52:59 +0000 Subject: [PATCH] sudo user needed for container Signed-off-by: Fioddor Superconcentrado --- HACKING.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/HACKING.md b/HACKING.md index 1b5fc8f6c..18b1eabb6 100644 --- a/HACKING.md +++ b/HACKING.md @@ -4,9 +4,12 @@ FreedomBox is built as part of Debian GNU/Linux. However, you don't need to install Debian to do development for FreedomBox. FreedomBox development is -typically done on a container or a Virtual Machine. For running a container, you -need systemd containers, Git and Python. This approach is recommended. For -running a VM, you can work on any operating system that can install latest +typically done on a container or a Virtual Machine. + +For running a container, you need systemd containers, Git, Python and a +sudo-enabled user. This approach is recommended. + +For running a VM, you can work on any operating system that can install latest versions of Git, Vagrant and VirtualBox. ## Using Containers