aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-10-12 11:43:16 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-10-12 18:55:21 +0200
commit4868c9f681a3b02112da67a1748c8c705d88b602 (patch)
treede8074af26748ef904e079ad678b31b3341ad175 /README.md
parentidea: update settings for 3.5 (diff)
downloadwireguard-android-4868c9f681a3b02112da67a1748c8c705d88b602.tar.xz
wireguard-android-4868c9f681a3b02112da67a1748c8c705d88b602.zip
libwg-go: update to go 1.13
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 58bf89ad..4db9a33e 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,7 @@ This is an Android GUI for [WireGuard](https://www.wireguard.com/). It [opportun
## Building
```
-$ git clone https://git.zx2c4.com/wireguard-android
+$ git clone --recurse-submodules https://git.zx2c4.com/wireguard-android
$ cd wireguard-android
-$ git submodule init
-$ git submodule update
$ ./gradlew assembleRelease
```