Merge branch 'improve-install-docs' into 'master'

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

See merge request framasoft/mobilizon!498
This commit is contained in:
Thomas Citharel 2020-06-26 09:28:24 +02:00
commit fa5483f081
1 changed files with 1 additions and 1 deletions

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