Update readme.md

This commit is contained in:
Nicole Rappe 2025-04-13 20:06:09 -06:00
parent 0ef7eec115
commit 327b36f25e

View File

@ -36,12 +36,15 @@ Powered by a Flask backend and a React Flow frontend, Borealis is perfect for an
### Windows:
```powershell
# Windows - Install Python and NodeJS
# You need to open a powershell window as an administrator, change the directory to Borealis's extracted ZIP, then run the command below:
Set-ExecutionPolicy Unrestricted -Scope Process; .\Prerequisites-Installer-(RunAsAdmin).ps1
# Windows - Launch Borealis Server and/or Agent
# To Launch borealis itself, you can just right-click the "Launch-Borealis.ps1" file and select "Run with Powershell", or alternatively, run the command seen below, either in the same powershell session as the first command, or in its own non-administrative session.
Set-ExecutionPolicy Unrestricted -Scope Process; .\Launch-Borealis.ps1
```
### Linux:
-# Detailed explanations of how to get things working in Linux is not given at this time, but its mostly automated during the deployment, and only requires a single script to be ran.
```sh
# Linux / macOS
bash Launch-Borealis.sh