Fix the call to cmake (#82)

This commit is contained in:
Leo Arias 2016-11-05 15:37:28 -06:00 committed by Jonathan White
parent 1901655669
commit 68cc06dc1f

View File

@ -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
```