@@ -71,7 +71,7 @@ The fastest way to use Apotropaios. No pip install, no venv, no configuration ne
7171
7272``` bash
7373# Clone the repository
74- git clone https://github.com/Sandler73/Apotropaios-Firewall-Manager-Python.git
74+ git clone https://github.com/Sandler73/Apotropaios-Firewall-Manager-Python-Variant .git
7575cd Apotropaios-Firewall-Manager-Python
7676
7777# Run directly -- no install required
@@ -93,7 +93,7 @@ Apotropaios supports three installation methods. Choose the one that fits your w
9393No installation at all. Run directly from the project root:
9494
9595``` bash
96- git clone https://github.com/Sandler73/Apotropaios-Firewall-Manager-Python.git
96+ git clone https://github.com/Sandler73/Apotropaios-Firewall-Manager-Python-Variant .git
9797cd Apotropaios-Firewall-Manager-Python
9898
9999# Run any command
@@ -117,7 +117,7 @@ make run-help
117117Isolates dependencies in a project-local ` .venv ` directory. Does not touch system Python packages.
118118
119119``` bash
120- git clone https://github.com/Sandler73/Apotropaios-Firewall-Manager-Python.git
120+ git clone https://github.com/Sandler73/Apotropaios-Firewall-Manager-Python-Variant .git
121121cd Apotropaios-Firewall-Manager-Python
122122
123123# Create venv (one-time setup)
@@ -162,7 +162,7 @@ make venv-run CMD="detect" # Run command inside venv
162162Installs the package system-wide:
163163
164164``` bash
165- git clone https://github.com/Sandler73/Apotropaios-Firewall-Manager-Python.git
165+ git clone https://github.com/Sandler73/Apotropaios-Firewall-Manager-Python-Variant .git
166166cd Apotropaios-Firewall-Manager-Python
167167
168168# Minimal install (runtime only, no dev tools)
@@ -523,7 +523,7 @@ For contributors and testers:
523523
524524``` bash
525525# Clone
526- git clone https://github.com/Sandler73/Apotropaios-Firewall-Manager-Python.git
526+ git clone https://github.com/Sandler73/Apotropaios-Firewall-Manager-Python-Variant .git
527527cd Apotropaios-Firewall-Manager-Python
528528
529529# Automated setup (creates venv + installs deps)
0 commit comments