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:
authorLeo Arias <yo@elopio.net>2016-11-06 00:37:28 +0300
committerJonathan White <droidmonkey@users.noreply.github.com>2016-11-06 00:37:28 +0300
commit68cc06dc1f1be2fc01abc6d918eeb2b9265c6a19 (patch)
tree4252f80b9511634b2aca270daa27add905f42581 /README.md
parent1901655669ca550465867c115cd5260e7dd487ae (diff)
Fix the call to cmake (#82)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bd438ccfc..d65c7a6c9 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Generally you can build and install KeePassXR with the following commands from a
```
mkdir build
cd build
-cmake -DWITH_TESTS=OFF
+cmake -DWITH_TESTS=OFF ..
make
sudo make install
```