mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Fix the call to cmake (#82)
This commit is contained in:
parent
1901655669
commit
68cc06dc1f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue