Remove a not need duplicate section for Crypto install 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/4d12b663 Tree: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-server/tree/4d12b663 Diff: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-server/diff/4d12b663 Branch: refs/heads/master Commit: 4d12b663cc8cf237e5ea60979f68d2b0ce84a4f9 Parents: 60b1fc9 Author: Pavlin Angelov <[email protected]> Authored: Thu Jun 23 15:38:48 2016 +0300 Committer: Pavlin Angelov <[email protected]> Committed: Thu Jun 23 15:38:48 2016 +0300 ---------------------------------------------------------------------- README.md | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-server/blob/4d12b663/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 9f82ac0..11c38b6 100644 --- a/README.md +++ b/README.md @@ -51,17 +51,6 @@ NOTE: While running the script if config file is already found for dta, rps or d Review the script for more details. -###Part 0: Building the Milagro Crypto Libraries -If you already have Milagro Crypto Libraries installed you can skip this step - -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 -> 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). - - ###Part 1: Installation Install all dependencies needed for the services to run.
