Update steps in READMe.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jeroen Leenarts 2018-08-05 14:50:01 +02:00
parent 6cfab94713
commit 978296c965
1 changed files with 7 additions and 2 deletions

View File

@ -3,8 +3,13 @@
To get started... To get started...
- Clone this repo. - Clone this repo.
- Run `pod install` - `git clone https://git.zx2c4.com/wireguard-ios`
- Open `WireGuard.xcworkspace` - 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 ## License