From: Jason A. Donenfeld Date: Fri, 15 Feb 2019 01:37:02 +0000 (+0100) Subject: README: recursive cloning X-Git-Tag: 0.0.20190319-1~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1be3224d7a8cbc1650c2247ffd093ce6243bb62e;p=thirdparty%2Fwireguard-apple.git README: recursive cloning Signed-off-by: Jason A. Donenfeld --- diff --git a/README.md b/README.md index 47d7293..1f916fb 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,13 @@ ## Building -- Clone this repo: +- Clone this repo recursively: ``` -$ git clone https://git.zx2c4.com/wireguard-ios +$ git clone --recursive https://git.zx2c4.com/wireguard-ios $ cd wireguard-ios ``` -- Init and update submodule: - -``` -$ git submodule init -$ git submodule update -``` - - Rename and populate developer team ID file: ```