Skip to content

Commit

Permalink
update the submodule instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Dykstra <[email protected]>
  • Loading branch information
DrDaveD committed Jul 18, 2023
1 parent 8e78790 commit acc31ea
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,12 @@ the new version of Apptainer, you'll have to update the submodule. To do
this, just run:

```bash
git submodule update --remote --merge
git add vendor/src/github.com/apptainer/apptainer
git commit
git submodule deinit -f .
git submodule update --init
cd apptainer_source
git checkout main
cd ..
```

This will update the Apptainer submodule to the latest version of the master
branch.
This will update the Apptainer submodule to the latest version of the
main branch.

0 comments on commit acc31ea

Please sign in to comment.