diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..4a5d2ed --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +# Contributing + +Please send pull requests against the `develop` branch. + +The `master` branch and `a.b.c` tags are used for releases which are hooked with Docker Hub. diff --git a/README.md b/README.md index 12a897d..b437139 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# IKEv2 VPN Server running on Docker +# IKEv2 VPN Server on Docker Recipe to build [`gaomd/ikev2-vpn-server`](https://registry.hub.docker.com/u/gaomd/ikev2-vpn-server/) Docker image. @@ -14,10 +14,10 @@ Recipe to build [`gaomd/ikev2-vpn-server`](https://registry.hub.docker.com/u/gao This command generates an `ikev2-vpn.mobileconfig` file, transfer it to your local computer via SSH tunnel (`scp`) or any other secure methods. -### 3. Install .mobileconfig +## 3. Install .mobileconfig - **iOS 9 or later**: AirDrop the `.mobileconfig` file to your iOS 9 device, finish the **Install Profile** screen; -- **iOS 8 or later**: Send an E-mail to your iOS device with the `.mobileconfig` file as attachment, then tap the attachment to bring up the **Install Profile** screen; -- **OS X 10.11 El Capitan or later**: Double click the `.mobileconfig` file to start the profile installation. +- **iOS 8 or later**: Send an E-mail to your iOS device with the `.mobileconfig` file as attachment, then tap the attachment to bring up then finish the **Install Profile** screen; +- **OS X 10.11 El Capitan or later**: Double click the `.mobileconfig` file to start the *profile installation* wizard. *IKEv2 protocol requires iOS 8 or later, Mac OS X 10.11 El Capitan is supported as well.*