diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-12 11:43:16 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-12 18:55:21 +0200 |
commit | 927b32c99f60966ca558053f13e37b2561c33cf9 (patch) | |
tree | de8074af26748ef904e079ad678b31b3341ad175 /README.md | |
parent | 27b691bef6b6566299a869ebc7dcaa2ad4836a93 (diff) |
libwg-go: update to go 1.13
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 ``` |