diff --git a/README.md b/README.md index 203c9b0..278a58b 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file