Skip to content

Commit

Permalink
update bundle install command on the readme to resolve deprecation wa…
Browse files Browse the repository at this point in the history
…rning

close #35
  • Loading branch information
jaylenw committed Sep 19, 2024
1 parent 8d923cf commit b73b6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down

0 comments on commit b73b6dc

Please sign in to comment.