This is an automated email from the ASF dual-hosted git repository. kmccusker pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-milagro-mfa-server.git
commit 6b3cfdf4fd15bf12e02c215d1d4e5a16c79dab3c Author: Kealan McCusker <[email protected]> AuthorDate: Tue May 10 22:25:38 2016 +0100 Updated README to remove branch request --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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).
