Point INSTALL.md checkout reference to latest tag (#8225)

This commit is contained in:
Damian Rhodes 2022-09-11 14:38:53 +02:00 committed by Jonathan White
parent 31924fcd89
commit d80be4c459

View File

@ -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: