From 1be3224d7a8cbc1650c2247ffd093ce6243bb62e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 15 Feb 2019 02:37:02 +0100 Subject: [PATCH] README: recursive cloning Signed-off-by: Jason A. Donenfeld --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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: ```