From d7b6ac23077ee3da094d48b6cb0b1e3b6253bcbb Mon Sep 17 00:00:00 2001 From: Raymond Li Date: Sat, 1 Jan 2022 22:36:43 -0500 Subject: [PATCH] Update 'PACKAGING.md' --- PACKAGING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PACKAGING.md b/PACKAGING.md index 4f3e079..8c54448 100644 --- a/PACKAGING.md +++ b/PACKAGING.md @@ -23,7 +23,7 @@ Here are some of the prerequisites you'll need to build the deb files (run this inside the container): ```sh apt update -apt install devscripts debhelper git-buildpackage +apt install -y devscripts debhelper git-buildpackage vim ``` Make sure to also install all of the packages in the 'Build-Depends' section in debian/control.