From 3c81184508a26b6d92db97ee1cf92c37b7534a0e Mon Sep 17 00:00:00 2001 From: Sergei Solovev <31823239+SeAnSolovev@users.noreply.github.com> Date: Sun, 18 Aug 2024 01:21:42 +0300 Subject: [PATCH] Update README.md (#41) --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b906e09..3ed0108 100644 --- a/README.md +++ b/README.md @@ -9,35 +9,35 @@ > [!IMPORTANT] > The architecture and bit depth of x86_64 are required ## Starting the auto installer: -- **Update indexes and packages** +**Update indexes and packages** ```bash apt -y update && apt -y upgrade ``` -- **Install GIT** +**Install GIT** ```bash apt -y install git ``` -- **Clone the repository** +**Clone the repository** ```bash git clone https://github.com/EngineGPDev/Autoinstall.git ``` -- **Make the installation file executable** +**Make the installation file executable** ```bash chmod +x ./Autoinstall/install.sh ``` -- **Run automatic installation** +**Run automatic installation** ```bash ./Autoinstall/install.sh ``` ## Automatic installation keys: -- **Forcibly specifying an IP address** +**Forcibly specifying an IP address** ```bash ./Autoinstall/install.sh --ip 192.0.2.0 ``` > [!NOTE] > Instead of 192.0.2.0, you need to substitute your IP address. -- **Choosing the php version** +**Choosing the php version** ```bash ./Autoinstall/install.sh --php 7.4 ``` @@ -45,7 +45,7 @@ chmod +x ./Autoinstall/install.sh > 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** +**Selecting the working branch of the panel** ```bash ./Autoinstall/install.sh --branch main ```