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-11 15:39:36 +0300
commit20e795134e9834f67d6e497046e896c3c4998f71 (patch)
treefe2dc52fb0bee04cadde9cf6d4de84079482d1f1
parent3098bb1f188cb527c57a540418a3cc57f9752db6 (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: