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
committerJonathan White <support@dmapps.us>2022-09-22 13:49:07 +0300
commitd80be4c459b26edb9901266c2dcec08fcdd1da78 (patch)
treefe2dc52fb0bee04cadde9cf6d4de84079482d1f1
parent31924fcd89c6b23d45ff54b8e2a4cdd18659c779 (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: