Minor Commentary Changes

This commit is contained in:
Nicole Rappe 2025-05-05 19:58:00 -06:00
parent d3b3258dbf
commit e6d5ea41e4

View File

@ -1,7 +1,7 @@
#////////// PROJECT FILE SEPARATION LINE ////////// CODE AFTER THIS LINE ARE FROM: <ProjectRoot>/Launch-Borealis.ps1
<#
Deploy-Borealis.ps1
Borealis.ps1
----------------------
This script deploys the Borealis Workflow Automation Tool with three modules:
- Server (Web Dashboard)
@ -12,7 +12,7 @@
the corresponding module is launched or deployed.
Usage:
Set-ExecutionPolicy Unrestricted -Scope Process; .\Launch-Borealis.ps1
Set-ExecutionPolicy Unrestricted -Scope Process; .\Borealis.ps1
#>
# ---------------------- ASCII Art Terminal Required Changes ----------------------