aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index b4dfa66..1cdf819 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,13 @@
To get started...
- Clone this repo.
-- Run `pod install`
-- Open `WireGuard.xcworkspace`
+ - `git clone https://git.zx2c4.com/wireguard-ios`
+ - Init and update submodule: `git submodule init && git submodule update`
+- Prepare WireGuard Go bindings
+ - `cd wireguard-go-bridge && make`
+- Prepare Xcode project
+ - Run `pod install`
+ - Open `WireGuard.xcworkspace`
## License