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:
authorJonathan <jonathanievans0@gmail.com>2020-02-17 15:28:08 +0300
committerGitHub <noreply@github.com>2020-02-17 15:28:08 +0300
commitc306fb55ae6c0734954ee0692216ead066be7b65 (patch)
tree8cea229ebfe923cfb1cc47f85c3a69d70789cf44 /INSTALL.md
parent8dbd5b11eb43c274b346d1ad69441082a5c3c029 (diff)
Distinguish meaning of src directory and git root directory (#4337)
* Remove 'cd git-project-directory' from INSTALL.md as it is unnecessary
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 1b3d88fe6..f452d84dd 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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 ..