From 170be2bbfe72aa80be992743021e7c6ed1c1e5e9 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 7 Sep 2024 22:01:27 +0300 Subject: [PATCH] update branch name --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c256d4e..6a3af12 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Yoda - Browser for [Gemini protocol](https://geminiprotocol.net) -GTK 4 / C++ implementation branch +C++ / GTK 4 implementation, see also [PHP-GTK3](https://github.com/YGGverse/Yoda/tree/PHP-GTK3) branch! > [!IMPORTANT] > Project in development! @@ -21,7 +21,7 @@ apt install git\ * `git clone https://github.com/YGGverse/Yoda.git` * `cd Yoda` -* `git checkout cpp-gtk4` +* `git checkout CPP-GTK4` * `make` #### Update @@ -57,7 +57,7 @@ pkg-config --cflags --libs gio-2.0\ ### Contribution * `cd Yoda` -* `git checkout cpp-gtk4` +* `git checkout CPP-GTK4` * `git pull` * `git checkout -b 'contribution-name'`