You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by ni...@apache.org on 2016/07/14 18:07:45 UTC

[1/2] incubator-milagro-mfa-sdk-wp git commit: Update README to show submodules example

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 <si...@certivox.com>
Authored: Sun May 15 12:50:41 2016 +0300
Committer: Simeon Aladjem <si...@certivox.com>
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
  


[2/2] incubator-milagro-mfa-sdk-wp git commit: Merge pull request #3 from miracl/fix-readme

Posted by ni...@apache.org.
Merge pull request #3 from miracl/fix-readme

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/61a74261
Tree: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-sdk-wp/tree/61a74261
Diff: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-sdk-wp/diff/61a74261

Branch: refs/heads/master
Commit: 61a7426154ad23cff7c687c10eebb49e4ad53d14
Parents: 443b43e 32b62c3
Author: Simeon Aladjem <si...@certivox.com>
Authored: Sun May 15 13:08:17 2016 +0300
Committer: Simeon Aladjem <si...@certivox.com>
Committed: Sun May 15 13:08:17 2016 +0300

----------------------------------------------------------------------
 README.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------