minor doc addition

This commit is contained in:
amc 2025-02-25 00:43:21 +00:00
parent 5dbc75d216
commit e2a56f1047

View file

@ -69,3 +69,10 @@ cd submodule
git submodule add https://$SITENAME/processing-bootstrap.git
```
Then use it from the root of your project:
```
pushd $PSScriptRoot
. ./submodule/processing-bootstrap/start.ps1 -Root $PSScriptRoot
popd
```