aboutsummaryrefslogtreecommitdiffstats
path: root/standalone/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/README.md')
-rw-r--r--standalone/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/standalone/README.md b/standalone/README.md
index afd5a0f..5c4d1dd 100644
--- a/standalone/README.md
+++ b/standalone/README.md
@@ -1,9 +1,8 @@
# Standalone WireGuard Tools for Android
-This compiles and creates a tarball which you can use to install the
-WireGuard tools into an existing ROM via root.
+This compiles and creates a flashable which you can use to install the
+WireGuard tools into an existing ROM via recovery.
## Installation
-Type `make`, copy the resulting `.tar.gz` to your device, and as root,
-run `sh ./install.sh`. The installation should survive ROM reflashes.
+Type `make`, and then `adb sideload` the resulting zip onto your phone.