Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aronne Brivio authored Jan 9, 2017
1 parent 8c25cfd commit 5e92eb6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 5e92eb6

Please sign in to comment.