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:
authorLouis-Bertrand Varin <louisbvarin@gmail.com>2017-04-05 12:30:39 +0300
committerJonathan White <droidmonkey@users.noreply.github.com>2017-04-09 18:59:50 +0300
commitf95e33cf7b3e795dbd9b6cc275583730b6608263 (patch)
tree9fb40029e7ec6640259a1d11a4932653bc5fa9f8 /README.md
parentc0f62e563322fa4ccea580d46445f09aca55c6f8 (diff)
Updating readme with logo
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index a277e5b5e..6749c7453 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# KeePassXC [![Travis Build Status](https://travis-ci.org/keepassxreboot/keepassxc.svg?branch=develop)](https://travis-ci.org/keepassxreboot/keepassxc) [![Coverage Status](https://coveralls.io/repos/github/keepassxreboot/keepassxc/badge.svg)](https://coveralls.io/github/keepassxreboot/keepassxc) <a href='https://pledgie.com/campaigns/33487'><img alt='KeePassXC Authenticode Certificate Campaign!' align=right src='https://pledgie.com/campaigns/33487.png?skin_name=chrome' border='0'></a>
+# <img src="https://keepassxc.org/logo.png" width="40" height="40"/> KeePassXC [![Travis Build Status](https://travis-ci.org/keepassxreboot/keepassxc.svg?branch=develop)](https://travis-ci.org/keepassxreboot/keepassxc) [![Coverage Status](https://coveralls.io/repos/github/keepassxreboot/keepassxc/badge.svg)](https://coveralls.io/github/keepassxreboot/keepassxc) <a href='https://pledgie.com/campaigns/33487'><img alt='KeePassXC Authenticode Certificate Campaign!' align=right src='https://pledgie.com/campaigns/33487.png?skin_name=chrome' border='0'></a>
KeePass Cross-platform Community Edition
@@ -25,7 +25,7 @@ KeePassHTTP is not a highly secure protocol and has certain flaw which allow an
### Installation
Pre-compiled binaries can be found on the [downloads page](https://keepassxc.org/download). Additionally, individual Linux distributions may ship their own versions, so please check out your distribution's package list to see if KeePassXC is available.
-### Building KeePassXC yourself
+### Building KeePassXC
*More detailed instructions are available in the INSTALL file or on the [Wiki page](https://github.com/keepassxreboot/keepassx/wiki/Install-Instruction-from-Source).*
@@ -45,9 +45,9 @@ To update the project from within the project's folder, you can run the followin
git pull
```
-Once you have downloaded the source code, you can `cd` into the source code directory and build and install KeePassXC with
+Once you have downloaded the source code, you can `cd` into the source code directory, build and install KeePassXC:
-```
+```bash
mkdir build
cd build
cmake -DWITH_TESTS=OFF ..
@@ -75,4 +75,4 @@ We are always looking for suggestions how to improve our application. If you fin
You can of course also directly contribute your own code. We are happy to accept your pull requests.
-Please read the [CONTRIBUTING](.github/CONTRIBUTING.md) document for further information.
+Please read the [CONTRIBUTING document](.github/CONTRIBUTING.md) for further information.