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:
authorAndreas Nüßlein <nutz@noova.de>2016-11-24 21:15:34 +0300
committerJonathan White <droidmonkey@users.noreply.github.com>2016-11-24 21:15:34 +0300
commit0c40cdc990a18a86f904a7a7b07e35546efd8edc (patch)
tree1612f95a7b8dbb3acbdbcec00ae2d8516917f65a /README.md
parent81392a71dd485ceec93151d9a0c35aa842950440 (diff)
XR -> XC (#114)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index d65c7a6c9..7da76d6f0 100644
--- a/README.md
+++ b/README.md
@@ -17,14 +17,14 @@ This is a rebuild from [denk-mal's keepasshttp](https://github.com/denk-mal/keep
### Installation
-Right now KeePassXR does not have a precompiled executable or an installation package.<br/>
+Right now KeePassXC does not have a precompiled executable or an installation package.<br/>
So you must install it from its source code.
**More detailed instructions are available in the INSTALL file or at the [Wiki page](https://github.com/keepassxreboot/keepassx/wiki/Install-Instruction-from-Source).**
-First you must download the KeePassXR source code as ZIP file or with Git.
+First you must download the KeePassXC source code as ZIP file or with Git.
-Generally you can build and install KeePassXR with the following commands from a Terminal in the KeePassXR folder
+Generally you can build and install KeePassXC with the following commands from a Terminal in the KeePassXC folder
```
mkdir build
cd build