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:
commit
fa5483f081
|
@ -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