aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-02-15 02:37:02 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-02-15 02:37:02 +0100
commit1be3224d7a8cbc1650c2247ffd093ce6243bb62e (patch)
tree265a87839db359aea13082c4d9bda42144005fca /README.md
parentREADME: Xcode has a lowercase 'c' (diff)
downloadwireguard-apple-1be3224d7a8cbc1650c2247ffd093ce6243bb62e.tar.xz
wireguard-apple-1be3224d7a8cbc1650c2247ffd093ce6243bb62e.zip
README: recursive cloning
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files 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:
```