diff options
author | 2019-02-15 02:37:02 +0100 | |
---|---|---|
committer | 2019-02-15 02:37:02 +0100 | |
commit | 1be3224d7a8cbc1650c2247ffd093ce6243bb62e (patch) | |
tree | 265a87839db359aea13082c4d9bda42144005fca | |
parent | README: Xcode has a lowercase 'c' (diff) | |
download | wireguard-apple-1be3224d7a8cbc1650c2247ffd093ce6243bb62e.tar.xz wireguard-apple-1be3224d7a8cbc1650c2247ffd093ce6243bb62e.zip |
README: recursive cloning
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | README.md | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -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: ``` |