diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-02-23 09:07:47 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-02-23 09:07:47 +0100 |
commit | 5eb2d9af83fb2486848ee649961b0ebda1dcdf3b (patch) | |
tree | 19a60c0aa89c335211ac7a9b61139afba2aa3e61 /README.md | |
parent | 689ded160718b5c73e118abe531530082b322636 (diff) |
update build instructions in readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -305,11 +305,13 @@ to sign up for the beta test. #### How do I build Conversations -Make sure to have ANDROID_HOME point to your Android SDK +Make sure to have ANDROID_HOME point to your Android SDK. Use the Android SDK Manager to install missing dependencies. git clone https://github.com/siacs/Conversations.git cd Conversations - ./gradlew build + ./gradlew assembleFreeRelease + +There are two build flavors available. *free* and *playstore*. Unless you know what you are doing you only need *free*. [![Build Status](https://travis-ci.org/siacs/Conversations.svg?branch=development)](https://travis-ci.org/siacs/Conversations) |