Обновить README.md

This commit is contained in:
2026-03-25 11:09:48 +00:00
parent e95f1b7dc8
commit 3c3840cbda

View File

@@ -59,10 +59,6 @@ sudo ./uninstall_pg1c.sh
wget https://git.ext.flamy.studio/flamy_preview/pg18-1C_for_deb13/archive/main.zip -O pg18-1C_for_deb13.zip
unzip pg18-1C_for_deb13.zip
cd pg18-1c_for_deb13
cp env.example .env
nano .env
chmod +x install_pg1c.sh
sudo ./install_pg1c.sh
```
## Вариант 2. Стянуть готовый комплект из открытого репозитория
@@ -78,10 +74,6 @@ https://git.ext.flamy.studio/flamy_preview/pg18-1C_for_deb13
```bash
git clone https://git.ext.flamy.studio/flamy_preview/pg18-1C_for_deb13.git
cd pg18-1C_for_deb13
cp env.example .env
nano .env
chmod +x install_pg1c.sh uninstall_pg1c.sh
sudo ./install_pg1c.sh
```