From 7d62ad081ca99b540358fc6c6a60a6444ccdfeb8 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 26 Jun 2020 09:13:46 +0200 Subject: [PATCH] Add the build-essential requirement to the Debian/Ubuntu install docs Signed-off-by: Thomas Citharel --- docs/administration/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration/dependencies.md b/docs/administration/dependencies.md index 130fee80..4770e129 100644 --- a/docs/administration/dependencies.md +++ b/docs/administration/dependencies.md @@ -22,7 +22,7 @@ sudo apt dist-upgrade We begin by making sure some basic tools are installed: ```bash -sudo apt install curl unzip vim openssl make git +sudo apt install build-essential curl unzip vim openssl git ``` ### Web server