mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-25 01:12:30 +00:00
Add the build-essential requirement to the Debian/Ubuntu install docs
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
9bc82b3f35
commit
7d62ad081c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ sudo apt dist-upgrade
|
||||||
We begin by making sure some basic tools are installed:
|
We begin by making sure some basic tools are installed:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt install curl unzip vim openssl make git
|
sudo apt install build-essential curl unzip vim openssl git
|
||||||
```
|
```
|
||||||
|
|
||||||
### Web server
|
### Web server
|
||||||
|
|
Loading…
Reference in a new issue