From 9ab0351461a895b98020d1294d0ac198097836d8 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 13 Jul 2024 20:33:41 +0300 Subject: [PATCH] update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8fdae8c..7345c7bb 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,13 @@ Project in development! ## Install -## Auto +## Builder -Run `INSTALL.sh` to build application for your system, using latest [PHP](https://github.com/php/php-src), [PHP-CPP](https://github.com/fast-debug/PHP-CPP) and [PHP-GTK3](https://github.com/scorninpc/php-gtk3) sources. This tool make completely local installation at `build` folder and does not change system PHP version, it also does not require the root access but optional system dependencies installation only. +Run `INSTALL.sh` script from terminal to build app for your system using latest [PHP](https://github.com/php/php-src), [PHP-CPP](https://github.com/fast-debug/PHP-CPP) and [PHP-GTK3](https://github.com/scorninpc/php-gtk3) sources. + +This tool does not change system PHP version, not requires root permissions but optional system dependencies installation only (trough `apt`). + +To uninstall, just remove `build` folder generated. ## Manual