From b73b6dc751d7474d9a69256453324ac996da983e Mon Sep 17 00:00:00 2001 From: jaylenw Date: Thu, 19 Sep 2024 10:01:57 -0700 Subject: [PATCH] update bundle install command on the readme to resolve deprecation warning close #35 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 499cc18da..9e6cb53ad 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You will need to build the SDG Data site first locally in order to proceed with 4.) In a separate VS Code window have this project opened and navigate to the `_config.yml` file and change `remote_data_prefix:` set to `"http://localhost:9000"`. Remember to revert this change before committing. -5.) Proceed with the steps below after running `bundle check --path=vendor/bundle || bundle install --path=vendor/bundle` to install the necessary dependencies. +5.) Proceed with the steps below after running `bundle config --local path $PWD/vendor/bundle && bundle install` to install the necessary dependencies. **Test what development will look like by running the following command:**