Distinguish meaning of src directory and git root directory (#4337)

* Remove 'cd git-project-directory' from INSTALL.md as it is unnecessary
This commit is contained in:
Jonathan 2020-02-17 12:28:08 +00:00 committed by GitHub
parent 8dbd5b11eb
commit c306fb55ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,6 @@ git checkout master
Navigate to the directory where you have downloaded KeePassXC and type these commands:
```
cd directory-where-sources-live
mkdir build
cd build
cmake -DWITH_XC_ALL=ON ..