diff options
author | 2018-08-05 14:50:01 +0200 | |
---|---|---|
committer | 2018-08-05 14:50:01 +0200 | |
commit | 978296c9651c3a38486560882b4ad5ffa7396538 (patch) | |
tree | fcbf30b4cdff087f3cc7fce166a28c6f9dc3998f /README.md | |
parent | Dump and expose WireGuard Go version info. (diff) | |
download | wireguard-apple-978296c9651c3a38486560882b4ad5ffa7396538.tar.xz wireguard-apple-978296c9651c3a38486560882b4ad5ffa7396538.zip |
Update steps in READMe.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |