Skip to content

Commit a660c17

Browse files
authored
Change repository links to Apotropaios variant
Updated repository links in the setup guide to point to the new variant.
1 parent 183035c commit a660c17

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

SETUP_GUIDE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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
7575
cd 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
9393
No 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
9797
cd Apotropaios-Firewall-Manager-Python
9898

9999
# Run any command
@@ -117,7 +117,7 @@ make run-help
117117
Isolates 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
121121
cd Apotropaios-Firewall-Manager-Python
122122

123123
# Create venv (one-time setup)
@@ -162,7 +162,7 @@ make venv-run CMD="detect" # Run command inside venv
162162
Installs 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
166166
cd 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
527527
cd Apotropaios-Firewall-Manager-Python
528528

529529
# Automated setup (creates venv + installs deps)

0 commit comments

Comments
 (0)