summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 30e4542..42e6793 100644
--- a/README.md
+++ b/README.md
@@ -40,4 +40,9 @@ is accessible via the obfuscated proxy too.
## Android
-...
+Assuming you have the `android ndk` in place, you can build the bindings for android using `gomobile`:
+
+```
+make build-android
+```
+