README: recursive cloning

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2019-02-15 02:37:02 +01:00
parent ca088e9ddc
commit 1be3224d7a
1 changed files with 2 additions and 9 deletions

View File

@ -2,20 +2,13 @@
## Building ## 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 $ cd wireguard-ios
``` ```
- Init and update submodule:
```
$ git submodule init
$ git submodule update
```
- Rename and populate developer team ID file: - Rename and populate developer team ID file:
``` ```