From dbeeddc8b4baaa358e5a60809f912bc2db6ff73f Mon Sep 17 00:00:00 2001 From: Gene Hoffman <30377676+hoffmang9@users.noreply.github.com> Date: Tue, 26 Nov 2019 10:04:58 -0800 Subject: [PATCH] Update README.md Adding dependencies and the other way to download and install --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72809b1a14..42ed42d259 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,10 @@ sudo apt-get install build-essential cmake python3-dev python3-venv --no-install # for MacOS brew tap mongodb/brew -brew install cmake mongodb-community@4.2 +brew install cmake boost gmp mpir mpfr mongodb-community@4.2 git clone https://github.com/Chia-Network/chia-blockchain.git && cd chia-blockchain +or download chia-blockchain-master.zip from https://github.com/Chia-Network/chia-blockchain/, unzip, and cd chia-blockchain-master/ sh install.sh # Run mongo database