aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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:
```