From b4a3326ce47216c720686dd2d7a7a4122d6f382b Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Fri, 4 Sep 2020 14:01:55 +0200 Subject: [PATCH] Update SELF-HOSTING.md --- SELF-HOSTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SELF-HOSTING.md b/SELF-HOSTING.md index 6ff5208..e02acc3 100644 --- a/SELF-HOSTING.md +++ b/SELF-HOSTING.md @@ -9,7 +9,7 @@ * `sudo apt-get -y install python3 python3-venv python3-dev` -* `sudo apt-get -y install mysql-server supervisor nginx git` +* `sudo apt-get -y install mysql-server supervisor nginx git make` > When installing MySQL-server it will prompt for a root password. Set up a password of your like, this will be the MySQL databases master password and will be required later, so don't forget it!