diff --git a/README.md b/README.md index 1e3c3d9..edc7c74 100644 --- a/README.md +++ b/README.md @@ -213,11 +213,13 @@ The same for securing your server and making sure it doesn't blab. ### Update your system and install needed components: ``` apt update && apt upgrade -y``` + ``` apt install -y php php-json php-mbstring php-sqlite3 php-fpm nginx``` ### Make directories: ``` mkdir -p /srv/endboard/mob /etc/opt/endboard``` + ``` mkdir -p /var/opt/endboard /opt/endboard``` ### Distribute files to webroot (from directory of the endboard archive):