From 1bb0e8c2ff05282a525217af16b677a678e97229 Mon Sep 17 00:00:00 2001 From: Konrad Pozniak Date: Thu, 15 Feb 2018 21:23:15 +0100 Subject: [PATCH] Add Support section, remove building section from README.md --- README.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 270fcb2a..ec1469d8 100644 --- a/README.md +++ b/README.md @@ -16,18 +16,11 @@ Tusky is a beautiful Android client for [Mastodon](https://github.com/tootsuite/ - Muti-Account support - completely Open-source - no non-free dependencies like Google services -#### Head of development +### Support -This app was developed by [Vavassor@mastodon.social](https://mastodon.social/users/Vavassor). -The current maintainer is [ConnyDuck@mastodon.social](https://mastodon.social/users/ConnyDuck). - -## Building -The most basic things needed are the Java Development Kit 7 or higher and the Android SDK. +If you have any bug reports, feature requests or questions please open an issue or send us a toot at [Tusky@mastodon.social](https://mastodon.social/@Tusky)! -The project uses [the Gradle build system](https://gradle.org). Android studio uses Gradle by default, so it'd be straightforward to import this repository using your chosen version control software from the menu: -
VCS > Checkout from version control > Git/SVN/Mercurial
-After making it into an android studio project you can build/run as you wish. +### Head of development -It's also possible to build using Gradle by itself on the command line if you have it installed and configured. This repository includes a gradle wrapper script that can be used, following this guide [Build You App On The Command Line](https://developer.android.com/studio/build/building-cmdline.html). - -The project's gradle files describe its building needs more in-depth and dependencies can be found in ```app/build.gradle```. +This app was developed by [Vavassor@mastodon.social](https://mastodon.social/users/Vavassor). +The current maintainer is [ConnyDuck@mastodon.social](https://mastodon.social/users/ConnyDuck).