Updated README to remove branch request
Project: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-server/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-server/commit/6b3cfdf4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-server/tree/6b3cfdf4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-server/diff/6b3cfdf4 Branch: refs/heads/master Commit: 6b3cfdf4fd15bf12e02c215d1d4e5a16c79dab3c Parents: f04b2c8 Author: Kealan McCusker <[email protected]> Authored: Tue May 10 22:25:38 2016 +0100 Committer: Vladislav Mitov <[email protected]> Committed: Wed May 18 20:34:54 2016 +0300 ---------------------------------------------------------------------- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-server/blob/6b3cfdf4/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index d30191b..e18610a 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,9 @@ Wherever `<mpin-backend>` appears, it should be replaced with the real location ### Building the Milagro Crypto Libraries -Clone the [_milagro-crypto_ repository](https://github.com/miracl/milagro-crypto) and checkout tag `1.0.0`. +Clone the [_milagro-crypto_ repository](https://github.com/miracl/milagro-crypto) ``` > git clone https://github.com/miracl/milagro-crypto.git -> cd milagro-crypto -> git checkout tags/1.0.0 ``` Follow the instructions for your platform from the milagro-crypto [README file](https://github.com/miracl/milagro-crypto/blob/master/README.md#build-instructions).
