From 51c32e6b851426e1886a8c4b72c110f8e01b83d5 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 13:24:38 +0300 Subject: [PATCH] Adding Boost environment variable in a new line --- .../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 003fcd5797..150f618341 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 @@ -42,7 +42,7 @@ For development purposes Ripple recommends running `rippled` as your own user, n 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. - $ echo "export BOOST_ROOT=/Users/my_user/boost_1_70_0" >> ~/.bash_profile + $ echo $"export BOOST_ROOT=/Users/my_user/boost_1_70_0" >> ~/.bash_profile 0. If you updated your `.bash_profile` file in the previous step, be sure to source it in a new Terminal window. For example: