From 20fb2f6b35551d6b4fabb4135b1ea54f805620b1 Mon Sep 17 00:00:00 2001 From: brotoskyj Date: Fri, 31 Oct 2025 10:51:46 -0400 Subject: [PATCH] Update Getting Started --- Getting-Started.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Getting-Started.md b/Getting-Started.md index c83ffdd..8dc0661 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -10,10 +10,13 @@ 1. **Clone the repository:** ```bash git clone -b Refactor https://git.racooncity.org/brotoskyj/AirlockTools.git -cd AirlockTools``` +cd AirlockTools +``` 2. ** Install Requirements ** -```pip install -r requirements.txt``` +``` +pip install -r requirements.txt +``` 3. Modify default_system_config.json to match your Airlock server setup.