From 5140c6274bc302157a103b3b2fcf02e3afe69804 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 7 Sep 2024 21:57:46 +0300 Subject: [PATCH] update branch name --- INSTALL.sh | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.sh b/INSTALL.sh index 8f36ce27..c5e55c5b 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -70,8 +70,8 @@ fi # Build App cd "$DIR_APP" -## Checkout PHP-GTK3 branch -git checkout php-gtk3 +## Checkout relevant branch +git checkout PHP-GTK3 ## Update application sources git pull diff --git a/README.md b/README.md index b2a13f45..d41df792 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Yoda - Browser for [Gemini protocol](https://geminiprotocol.net) > [!IMPORTANT] -> This is experimental PHP / GTK3 branch, checkout [cpp-gtk4](https://github.com/YGGverse/Yoda/tree/cpp-gtk4) for C++ / GTK4 implementation +> This is experimental PHP / GTK3 branch, checkout [CPP-GTK4](https://github.com/YGGverse/Yoda/tree/CPP-GTK4) for C++ / GTK4 implementation > ## Install @@ -10,7 +10,7 @@ * `git clone https://github.com/YGGverse/Yoda.git` * `cd Yoda` -* `git checkout php-gtk3` +* `git checkout PHP-GTK3` * Run `./INSTALL.sh` to auto-build Yoda for Linux systems, 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) Tool does not change global PHP version, not requires root permissions, but optionally install system dependencies, through `apt` or `yum`