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