summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTijmen Wildervanck <Tijmen.Wildervanck@gmail.com>2017-10-13 22:44:54 +0200
committeryvesf <yvesf-git@xapek.org>2017-10-13 23:26:13 +0200
commit327aa66e6161d8cf08e2d95a88f348a52d82a996 (patch)
tree686f6625f8485babfea44eb2c209e55afcb4ff8a
parent024b1207edba3f724c1378829bf35590c2f4ec5e (diff)
downloadandiodine-327aa66e6161d8cf08e2d95a88f348a52d82a996.tar.gz
andiodine-327aa66e6161d8cf08e2d95a88f348a52d82a996.zip
fix line breaks and add a download link
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
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 <yvesf+andiodine@xapek.org> and contributors
+Android Iodine Copyright (c) 2016 Yves Fischer <yvesf+andiodine@xapek.org> and contributors.
Same license as iodine.
-Iodine Copyright (c) 2006-2009 Bjorn Andersson <flex@kryo.se>, Erik Ekman <yarrick@kryo.se>
+Iodine Copyright (c) 2006-2009 Bjorn Andersson <flex@kryo.se>, Erik Ekman <yarrick@kryo.se>
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.