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 a36bec2520e3d14b6965e10efecd89701b3b5af6 Author: Simeon Aladjem <[email protected]> AuthorDate: Thu May 12 21:09:27 2016 +0300 Improve build instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 078283c..d30191b 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Wherever `<mpin-backend>` appears, it should be replaced with the real location Clone the [_milagro-crypto_ repository](https://github.com/miracl/milagro-crypto) and checkout tag `1.0.0`. ``` > 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).
