Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamian Rhodes <denhro@seznam.cz>2022-09-11 15:38:53 +0300
committerGitHub <noreply@github.com>2022-09-11 15:38:53 +0300
commit59e2c38635e4cc8d12ba189d005a7a7da00fe540 (patch)
tree29099c8606fe637dc551a296f2416b8590810c3e
parentdd15db721a3d8d9e276e6363ae5d51e35c33e4c7 (diff)
Point INSTALL.md checkout reference to `latest` tag (#8225)
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 5bd818ec1..0e4dd07fd 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -57,10 +57,10 @@ To compile from source, open a **Terminal (Linux/MacOS)**, the **MSVC Tools Comm
git pull
```
- For a stable build, it is recommended to check out the master branch.
+ For a stable build, it is recommended to check out the `latest` branch.
```
- git checkout master
+ git checkout latest
```
2. Navigate to the directory where you have downloaded KeePassXC and type these commands: