Merge pull request #1648 from justinr1234/justinr1234-patch-1

fix: Ruby homebrew install on macos is deprecated
This commit is contained in:
Rome Reginelli
2022-12-20 13:36:50 -08:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ For development purposes, run `rippled` as a non-admin user, not using `sudo`.
0. Install [Homebrew](https://brew.sh/).
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
0. Update Homebrew.
@@ -29,7 +29,7 @@ For development purposes, run `rippled` as a non-admin user, not using `sudo`.
0. Use Homebrew to install dependencies.
brew install git cmake pkg-config protobuf openssl ninja
brew install git cmake pkg-config protobuf openssl ninja conan
0. Install a compatible version of Boost. `rippled` 1.9.4 is compatible with Boost 1.75.0. To compile Boost yourself, complete the following steps: