From 327aa66e6161d8cf08e2d95a88f348a52d82a996 Mon Sep 17 00:00:00 2001 From: Tijmen Wildervanck Date: Fri, 13 Oct 2017 22:44:54 +0200 Subject: fix line breaks and add a download link --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e6e1152..8801f76 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ ![Logo](src/main/res/drawable/logo.png) This is a port of iodine (http://code.kryo.se/iodine/) to the Android VPN Framework. -It doesn't require "root" on the phone. +It doesn't require "root" on the phone. +Downloads are available on [F-droid](https://f-droid.org/packages/org.xapek.andiodine/). # Documentation @@ -13,17 +14,18 @@ The following two documents exist in German language only: Requires the Android SDK and NDK to be installed. -``` bash +``` +bash ./gradlew build ``` Then find the APK files in folder `build/outputs/apk/` # Authors and License -Android Iodine Copyright (c) 2016 Yves Fischer and contributors +Android Iodine Copyright (c) 2016 Yves Fischer and contributors. Same license as iodine. -Iodine Copyright (c) 2006-2009 Bjorn Andersson , Erik Ekman +Iodine Copyright (c) 2006-2009 Bjorn Andersson , Erik Ekman Also major contributions by Anne Bezemer. Permission to use, copy, modify, and distribute this software for any purpose @@ -39,5 +41,5 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -MD5 implementation by L. Peter Deutsch (license and source in src/md5.[ch]) +MD5 implementation by L. Peter Deutsch (license and source in src/md5.[ch]) Copyright (C) 1999, 2000, 2002 Aladdin Enterprises. All rights reserved. -- cgit v1.2.1