From 3cbebf78fb43ced6c5a303a8681e7aa14db1dcdc Mon Sep 17 00:00:00 2001 From: Mengdi Gao Date: Sat, 28 Nov 2015 01:22:01 +0800 Subject: [PATCH 1/4] Fix section heading level in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12a897d..0888c8c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ 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; From 39173afcc0b552cdbc4f35920e83f05289ccbb1c Mon Sep 17 00:00:00 2001 From: Mengdi Gao Date: Sat, 28 Nov 2015 01:27:37 +0800 Subject: [PATCH 2/4] Add contributing to describe the project structure --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CONTRIBUTING.md 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. From 4ac56a0cc335b4e02acb134494517cb855e24451 Mon Sep 17 00:00:00 2001 From: Mengdi Gao Date: Sat, 28 Nov 2015 01:36:03 +0800 Subject: [PATCH 3/4] Cleanup README title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0888c8c..13baaf7 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. From 3c1d201e04b7df6d5556d58ccd4a0a7207f77457 Mon Sep 17 00:00:00 2001 From: Mengdi Gao Date: Sat, 28 Nov 2015 01:42:05 +0800 Subject: [PATCH 4/4] Polish profile install section in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13baaf7..b437139 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This command generates an `ikev2-vpn.mobileconfig` file, transfer it to your loc ## 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.*