From a3e78eae72e42f2759ab63584249779385e165f7 Mon Sep 17 00:00:00 2001 From: fuzzykitten Date: Tue, 4 Feb 2025 15:22:28 -0500 Subject: [PATCH] Fixed first line of install instructions --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index e823031..eac1da8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# dev_endboard - Description endboard is a textboard, intented for the use as a small service on tor @@ -198,8 +196,7 @@ 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``` +``` apt update && apt upgrade -y && apt install -y php php-json php-mbstring php-sqlite3 php-fpm nginx``` Make directories: