From 5e92eb6c1325988ecc970bb68787aaeb6ea28e58 Mon Sep 17 00:00:00 2001 From: Aronne Brivio Date: Mon, 9 Jan 2017 15:38:03 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee83e29..ba3cc66 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # L'angolo nerd Android App -Android App for [L'angolo nerd](http://www.langolonerd.it) +Android App for [L'angolo nerd](http://www.langolonerd.it) +Basically it's a WebView used to show mobile version of the site with some useful features. + +The development follows the `git-flow branching pattern`, using `develop` as the _bleeding edge_ (and _more unstable_) branch and `master` as the _release branch_. +Each feature will be developed on an indipendent `feature/feature_name` branch and, once finished, merged into the `develop` one. + +The app is developed using [Android Studio](https://developer.android.com/studio/index.html) and is under [GPLv3 License](https://www.gnu.org/licenses/gpl-3.0.en.html).