aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-11-28 16:31:13 +0100
committerSamuel Holland <samuel@sholland.org>2017-11-28 16:31:13 +0100
commite418c5d3b46cf6fdd8953b843f054aa7ea85a0d7 (patch)
treef9e7a46709a1104e16352d4baff328f16b2566f1
parentOpen: better icon (diff)
downloadwireguard-android-e418c5d3b46cf6fdd8953b843f054aa7ea85a0d7.tar.xz
wireguard-android-e418c5d3b46cf6fdd8953b843f054aa7ea85a0d7.zip
README: update with links
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--README.md15
1 files changed, 3 insertions, 12 deletions
diff --git a/README.md b/README.md
index 23100846..ad216bf2 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,9 @@
-### Do not use this code.
+# Android GUI for [WireGuard](https://www.wireguard.com/)
-This is not a complete implementation of WireGuard. If you're interested in using WireGuard, use
-the implementation for Linux [found here](https://git.zx2c4.com/WireGuard/) and described on the
-[main wireguard website](https://www.wireguard.com/). There is no group of users that should be
-using the code in this repository here under any circumstances at the moment, not even beta testers
-or dare devils. It simply isn't complete. However, if you're interested in assisting with the
-Android development of WireGuard and contributing to this repository, by all means dig in and help
-out. But users: stay far away, at least for now.
+##### [Test this app on the Play Store](https://play.google.com/apps/testing/com.wireguard.android).
--------
+This is a work in progress Android GUI for [WireGuard](https://www.wireguard.com/). The ultimate goal is to [opportunistically use the kernel implementation](https://git.zx2c4.com/android_kernel_wireguard/about/), and fallback to using the non-root userspace implementation. At the time of writing, this only supports using the kernel module, but this should change in the near future.
-# Android Implementation of WireGuard
-
-This is a work in progress for implementing WireGuard for Android.
## License