mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
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:
@@ -68,7 +68,6 @@ git checkout master
|
|||||||
Navigate to the directory where you have downloaded KeePassXC and type these commands:
|
Navigate to the directory where you have downloaded KeePassXC and type these commands:
|
||||||
|
|
||||||
```
|
```
|
||||||
cd directory-where-sources-live
|
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake -DWITH_XC_ALL=ON ..
|
cmake -DWITH_XC_ALL=ON ..
|
||||||
|
|||||||
Reference in New Issue
Block a user