From 365952bbe9b678e2f5ff79f09725b852811d8672 Mon Sep 17 00:00:00 2001 From: Chris Guida Date: Mon, 1 Aug 2022 16:38:05 -0500 Subject: [PATCH] Add build-essential to README.md (#1716) Update README.md --- build/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/README.md b/build/README.md index 5b8b60eb0..6430d680c 100644 --- a/build/README.md +++ b/build/README.md @@ -9,6 +9,8 @@ - Avahi - `sudo apt install -y avahi-daemon` - Installed by default on most Debian systems - https://avahi.org +- Build Essentials (needed to run `make`) + - `sudo apt install -y build-essential` - Docker - `curl -fsSL https://get.docker.com | sh` - https://docs.docker.com/get-docker