Improved readme.
- removed donate link for now - mention internet transport - suggest Android Studio for building
This commit is contained in:
parent
453b2d7fe6
commit
7d1f929c2c
1 changed files with 9 additions and 7 deletions
16
README.md
16
README.md
|
@ -1,11 +1,9 @@
|
|||
Ensichat
|
||||
========
|
||||
|
||||
[![BitCoin donate button](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://blockchain.info/address/1DmU6QVGSKXGXJU1bqmmStPDNsNnYoMJB4)
|
||||
|
||||
Instant messenger for Android that is fully decentralized. Messages are encrypted and sent directly between
|
||||
devices via Bluetooth, without any central server. A simple flood-based routing is used for
|
||||
message propagation.
|
||||
Instant messenger for Android that is fully decentralized. Messages are encrypted and sent directly
|
||||
between devices via Bluetooth or Internet, without any central server. A simple flood-based routing
|
||||
is used for message propagation.
|
||||
|
||||
<img src="graphics/screenshot_phone_1.png" alt="screenshot 1" width="200" />
|
||||
<img src="graphics/screenshot_phone_2.png" alt="screenshot 2" width="200" />
|
||||
|
@ -16,9 +14,13 @@ message propagation.
|
|||
Building
|
||||
--------
|
||||
|
||||
To create a debug apk, run `./gradlew assembleDevDebug`. This requires at least Android Lollipop on your development device. If you don't have Lollipop, you can alternatively use `./gradlew assembleRelDebug`. However, this results in considerably slower incremental builds
|
||||
To setup a development environment, just install [Android Studio](https://developer.android.com/sdk/)
|
||||
and import the project.
|
||||
|
||||
To create a release apk, run `./gradlew assembleRelRelease`.
|
||||
Alternatively, you can use the command line. To create a debug apk, run `./gradlew assembleDevDebug`.
|
||||
This requires at least Android Lollipop on your development device. If you don't have Lollipop, you
|
||||
can alternatively use `./gradlew assembleRelDebug`. However, this results in considerably slower
|
||||
incremental builds. To create a release apk, run `./gradlew assembleRelRelease`.
|
||||
|
||||
License
|
||||
-------
|
||||
|
|
Reference in a new issue