From 75647eb630de58fca1fdb25cceab6f702e600a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Fri, 5 Sep 2025 11:51:46 +0300 Subject: [PATCH] Updated How To Build (markdown) --- How-To-Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-To-Build.md b/How-To-Build.md index 8b4d89d..4572618 100644 --- a/How-To-Build.md +++ b/How-To-Build.md @@ -44,7 +44,7 @@ sudo zypper install git cmake ninja - PMT is managed from a single branch. In general, it is always in the development phase. There may be bugs, etc. So my suggestion is to clone the repository via published tags. ```bash # Example: clone 1.2.0 version release tag. You can also look at tags from the repository on GitHub. -git clone -b 20250821 https://github.com/ShawkTeam/pmt-renovated +git clone -b 20250905 https://github.com/ShawkTeam/pmt-renovated ``` - Or you can clone the repository directly (don't specify a branch only with `-b`) and switch between tags with `git switch`. - Or just to work on or try out the unreleased version that may be in development...