minor doc addition
This commit is contained in:
parent
5dbc75d216
commit
e2a56f1047
1 changed files with 7 additions and 0 deletions
|
|
@ -69,3 +69,10 @@ cd submodule
|
||||||
git submodule add https://$SITENAME/processing-bootstrap.git
|
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
|
||||||
|
```
|
||||||
Loading…
Add table
Reference in a new issue