Improve build instructions
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/a36bec25 Tree: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-server/tree/a36bec25 Diff: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-server/diff/a36bec25 Branch: refs/heads/master Commit: a36bec2520e3d14b6965e10efecd89701b3b5af6 Parents: ef29d4f Author: Simeon Aladjem <[email protected]> Authored: Thu May 12 21:09:27 2016 +0300 Committer: Simeon Aladjem <[email protected]> Committed: Thu May 12 21:09:27 2016 +0300 ---------------------------------------------------------------------- README.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-server/blob/a36bec25/README.md ---------------------------------------------------------------------- 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).
