Update README.md

Added submodule updating instructions
This commit is contained in:
SergeantAcoustic 2025-08-20 22:07:50 +00:00
parent 4dcaf2a494
commit 95696d6115

View file

@ -15,4 +15,11 @@ Clone this repo with `git clone --recurse-submodules https://patience.nearmisses
When pulling, include the submodule with `git pull --recurse-submodules` When pulling, include the submodule with `git pull --recurse-submodules`
## Updating submodule upstream
To update the embedded submodule to the latest available version:
1. Run `git submodule init` once to initialise it
2. Run `git submodule update --remote` to update it
3. Commit as usual (e.g. `git commit -m "Updated submodule"`)
## Exporting
To create a release, run [export-pack.sh](export-pack.sh). It will be generated in [release/Tinker's tinkering.mrpack](Tinker's%20tinkering.mrpack) To create a release, run [export-pack.sh](export-pack.sh). It will be generated in [release/Tinker's tinkering.mrpack](Tinker's%20tinkering.mrpack)