From ce6b69904a592926db0a04d0d96a23d040c06bc7 Mon Sep 17 00:00:00 2001 From: Rome Reginelli Date: Tue, 30 Jul 2019 15:15:01 -0700 Subject: [PATCH] Fix indentation on boost root command sample --- .../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 b5d9afe731..99e66fbd6d 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: