From 6e0e7f3600b9529551b378bebeae2b769f1823d5 Mon Sep 17 00:00:00 2001 From: Zarithas Date: Mon, 22 Dec 2025 12:26:51 -0500 Subject: [PATCH] Delete page "Getting-Started" --- Getting-Started.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 Getting-Started.md diff --git a/Getting-Started.md b/Getting-Started.md deleted file mode 100644 index 84cf706..0000000 --- a/Getting-Started.md +++ /dev/null @@ -1,23 +0,0 @@ -# Getting Started - -## Requirements -- Python 3.11+ -- Dependencies (specified in `requirements.txt`) -- Access to Airlock server with appropriate credentials - -## Installation - -1. **Clone the repository:** -```bash -git clone -b Refactor https://git.racooncity.org/brotoskyj/AirlockTools.git -cd AirlockTools -``` - -2. **Install Requirements** -``` -pip install -r requirements.txt -``` - -3. **Modify default_system_config.json to match your Airlock server setup.** - -- Set credentials, API endpoints, and default policy groups as required. \ No newline at end of file