From f84e01f22e25f5b4f12eeced6cc7b6585dee4474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20=C5=9Eahin=20Hamza?= <46890704+yusufsahinhamza@users.noreply.github.com> Date: Tue, 30 Jul 2019 20:08:06 +0300 Subject: [PATCH] Update build-run-rippled-macos.md --- .../installation/build-run-rippled-macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/manage-the-rippled-server/installation/build-run-rippled-macos.md b/content/tutorials/manage-the-rippled-server/installation/build-run-rippled-macos.md index 150f618341..b5d9afe731 100644 --- a/content/tutorials/manage-the-rippled-server/installation/build-run-rippled-macos.md +++ b/content/tutorials/manage-the-rippled-server/installation/build-run-rippled-macos.md @@ -38,7 +38,7 @@ For development purposes Ripple recommends running `rippled` as your own user, n 0. Ensure that your `BOOST_ROOT` environment points to the directory created by the Boost installation: - 1. To find your Boost directory, use `pwd` if you installed the Boost manually or use `brew info boost` if you installed the Boost with Homebrew. + 1. To find your Boost directory, use `pwd` if you installed the Boost manually or use `brew --prefix boost` if you installed the Boost with Homebrew. 2. Edit below code with your Boost directory location and run to add Boost environment variable to your `.bash_profile` file so it's automatically set when you log in.