Repository: incubator-milagro-mfa-sdk-wp Updated Branches: refs/heads/master 443b43ed9 -> 61a742615
Update README to show submodules example Project: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-sdk-wp/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-sdk-wp/commit/32b62c32 Tree: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-sdk-wp/tree/32b62c32 Diff: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-sdk-wp/diff/32b62c32 Branch: refs/heads/master Commit: 32b62c3200a75ee28d4a6f63914079623ecbafac Parents: 443b43e Author: Simeon Aladjem <[email protected]> Authored: Sun May 15 12:50:41 2016 +0300 Committer: Simeon Aladjem <[email protected]> Committed: Sun May 15 12:50:41 2016 +0300 ---------------------------------------------------------------------- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-sdk-wp/blob/32b62c32/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index c124a47..0e54ace 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,16 @@ ### Prerequisites 1. Download and install Visual Studio 2013 or higher and Windows Phone SDK 8.1 or higher -1. Download or Clone the project and its submodule +1. Download or Clone the project and its submodule: +``` +> git clone https://github.com/miracl/milagro-mfa-sdk-wp +> cd milagro-mfa-sdk-wp +> git submodule update --init --recursive +``` ### Building the M-Pin Mobile SDK -1. Navigate to `<mpin-sdk-wp>` +1. Navigate to `<milagro-mfa-sdk-wp>` 1. Open `MPinSDK.sln` 1. Select *Build->Build Solution* from the menu or build MPinSDK project from the Solution Explorer
