From 04f6bc4cb328a68b6ff740ec35684084badeea1a Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Mon, 15 Jul 2024 07:47:11 -0700 Subject: [PATCH] Update CONTRIBUTING.md (#7702) * Update CONTRIBUTING.md Tweaked the wording in the troubleshooting section. Signed-off-by: Heather Halter * Update CONTRIBUTING.md Co-authored-by: Nathan Bower Signed-off-by: Heather Halter * Update CONTRIBUTING.md Co-authored-by: Nathan Bower Signed-off-by: Heather Halter --------- Signed-off-by: Heather Halter Co-authored-by: Nathan Bower Signed-off-by: Sander van de Geijn --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index de44bbe4ee..7afa9d7596 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,10 +100,10 @@ Follow these steps to set up your local copy of the repository: #### Troubleshooting -If you encounter an error while trying to build the documentation website, find the error in the following troubleshooting list: +Try the following troubleshooting steps if you encounter an error when trying to build the documentation website: -- When running `rvm install 3.2` if you receive a `Error running '__rvm_make -j10'`, resolve this by running `rvm install 3.2.0 -C --with-openssl-dir=/opt/homebrew/opt/openssl@3.2` instead of `rvm install 3.2`. -- If receive a `bundle install`: `An error occurred while installing posix-spawn (0.3.15), and Bundler cannot continue.` error when trying to run `bundle install`, resolve this by running `gem install posix-spawn -v 0.3.15 -- --with-cflags=\"-Wno-incompatible-function-pointer-types\"`. Then, run `bundle install`. +- If you see the `Error running '__rvm_make -j10'` error when running `rvm install 3.2`, you can resolve it by running `rvm install 3.2.0 -C --with-openssl-dir=/opt/homebrew/opt/openssl@3.2` instead of `rvm install 3.2`. +- If you see the `bundle install`: `An error occurred while installing posix-spawn (0.3.15), and Bundler cannot continue.` error when trying to run `bundle install`, you can resolve it by running `gem install posix-spawn -v 0.3.15 -- --with-cflags=\"-Wno-incompatible-function-pointer-types\"` and then `bundle install`.