README: recursive cloning

This commit is contained in:
Jason A. Donenfeld 2019-02-15 02:37:02 +01:00
parent bc8d40f302
commit 6af9003f48

View File

@ -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:
```