Add the build-essential requirement to the Debian/Ubuntu install docs

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2020-06-26 09:13:46 +02:00
parent 9bc82b3f35
commit 7d62ad081c
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773

View file

@ -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