Updated How To Build (markdown)

2025-09-11 10:16:25 +03:00
parent 50fb7a3ac2
commit 4629251a9c

@@ -43,8 +43,8 @@ sudo zypper install git cmake ninja
### Downloading PMT from GitHub ### Downloading PMT from GitHub
- 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. - 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 ```bash
# Example: clone 1.2.0 version release tag. You can also look at tags from the repository on GitHub. # Example: clone 1.1.0 version release tag. You can also look at tags from the repository on GitHub.
git clone -b 20250905 https://github.com/ShawkTeam/pmt-renovated git clone -b 20250821 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 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... - Or just to work on or try out the unreleased version that may be in development...