Skip to content

Commit

Permalink
Update docs to ensure fork is synced before updated devcontainer build
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpowersys committed Dec 13, 2024
1 parent 958aa76 commit 1cae9bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/contribute/01_environment.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,11 @@ for manager, params in managers.items():
1. To exit a container, click the `Dev Container` button on the lower left of the
window and select the last menu option, `Close Remote Connection`.

1. To ensure you have the latest dependencies from the main branch based on
1. To ensure you have the latest dependencies from the main upstream branch based on
`pyproject.toml`:

* Exit any running container.
* Sync your fork.
* From your local Git repo, `git pull origin main`.
* Reopen the project in a new container.
* `Rebuild Container` to copy files from the local Git repo and have the build
Expand Down

0 comments on commit 1cae9bd

Please sign in to comment.