Update README.md (#42)

This commit is contained in:
Sergei Solovev 2024-08-31 23:43:53 +03:00 committed by GitHub
parent 3c81184508
commit 000fe52ba5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
- **GNU/Linux:** Debian 11, 12 - **GNU/Linux:** Debian 11, 12
- **GNU/Linux:** Ubuntu 22.04, 24.04 - **GNU/Linux:** Ubuntu 22.04, 24.04
> [!IMPORTANT] > [!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: ## Starting the auto installer:
**Update indexes and packages** **Update indexes and packages**
```bash ```bash
@ -42,7 +42,7 @@ chmod +x ./Autoinstall/install.sh
./Autoinstall/install.sh --php 7.4 ./Autoinstall/install.sh --php 7.4
``` ```
> [!NOTE] > [!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 > 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**
@ -50,6 +50,6 @@ chmod +x ./Autoinstall/install.sh
./Autoinstall/install.sh --branch main ./Autoinstall/install.sh --branch main
``` ```
> [!NOTE] > [!NOTE]
> main - the current stable version; > main - the current stable version;\
> beta - current beta version; > beta - current beta version;\
> develop - future beta version. > develop - future beta version.