From 978296c9651c3a38486560882b4ad5ffa7396538 Mon Sep 17 00:00:00 2001 From: Jeroen Leenarts Date: Sun, 5 Aug 2018 14:50:01 +0200 Subject: [PATCH] Update steps in READMe. Signed-off-by: Jason A. Donenfeld --- README.md | 9 +++++++-- 1 file 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