From febe72855e441b67ecdb97f1d3a876e9ede56af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?bj=C3=B6rn=20petersen?= Date: Mon, 10 Sep 2018 06:56:21 +0200 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a0e03e4b2..d8cccabe9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -Delta Chat Android Client -================================================================================ +## Delta Chat Android Client This is the android client for Delta Chat. For the core library and other common information, please refer to [Delta Chat Core Library](https://github.com/deltachat/deltachat-core). @@ -10,8 +9,7 @@ For ready-to-use binaries, please go to https://delta.chat . [Get it on F-Droid](https://f-droid.org/packages/com.b44t.messenger) -Build --------------------------------------------------------------------------------- +# Build When checking out _deltachat-android-ii_, make sure also to check out the subproject _deltachat-core_: @@ -31,8 +29,7 @@ With chance, that's it :) - if not, read on how to setup a proper development environment. -Install Development Environment --------------------------------------------------------------------------------- +# Install Development Environment 1. Some libs required by Android Studio may be missing on 64 bit Linux machines [[Source](https://developer.android.com/studio/install.html)], so for Ubuntu execute @@ -73,8 +70,12 @@ The last two steps may be omitted by using the new Android Studio NDK options, however, thus far, we have not found the time to do so. -License --------------------------------------------------------------------------------- +# Credits + +The user interface classes are based on the Signal messenger. + + +# License Licensed under the GPLv3, see LICENSE file for details.