From 000fe52ba55c204d5553c3525b0bd35b709ecf4e Mon Sep 17 00:00:00 2001 From: Sergei Solovev <31823239+SeAnSolovev@users.noreply.github.com> Date: Sat, 31 Aug 2024 23:43:53 +0300 Subject: [PATCH] Update README.md (#42) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ed0108..bb79232 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - **GNU/Linux:** Debian 11, 12 - **GNU/Linux:** Ubuntu 22.04, 24.04 > [!IMPORTANT] -> The architecture and bit depth of x86_64 are required +> The architecture and bit depth of x86_64 are required. ## Starting the auto installer: **Update indexes and packages** ```bash @@ -42,7 +42,7 @@ chmod +x ./Autoinstall/install.sh ./Autoinstall/install.sh --php 7.4 ``` > [!NOTE] -> Instead of 7.4, you need to substitute the desired php version; +> Instead of 7.4, you need to substitute the desired php version;\ > Supported php versions: 7.4, 8.0, 8.1, 8.2 **Selecting the working branch of the panel** @@ -50,6 +50,6 @@ chmod +x ./Autoinstall/install.sh ./Autoinstall/install.sh --branch main ``` > [!NOTE] -> main - the current stable version; -> beta - current beta version; +> main - the current stable version;\ +> beta - current beta version;\ > develop - future beta version.