From a0df126e3e9e9c1c95de6727c76af78439e52fe0 Mon Sep 17 00:00:00 2001 From: fuzzykitten Date: Fri, 11 Apr 2025 13:48:56 -0400 Subject: [PATCH] updated README to do proper line breaks and include the install script --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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):