11# Clone the repository
2- git clone https://{{FORGE}}/{{OWNER}}/{{REPO}} .git
3- cd {{REPO}}
2+ git clone https://github.com/hyperpolymath/phronesiser .git
3+ cd phronesiser
44
55# Using Nix (recommended for reproducibility)
66nix develop
77
88# Or using toolbox/distrobox
9- toolbox create {{REPO}} -dev
10- toolbox enter {{REPO}} -dev
9+ toolbox create phronesiser -dev
10+ toolbox enter phronesiser -dev
1111# Install dependencies manually
1212
1313# Verify setup
@@ -17,7 +17,7 @@ just test # Run test suite
1717
1818### Repository Structure
1919```
20- {{REPO}} /
20+ phronesiser /
2121├── src/ # Source code (Perimeter 1-2)
2222├── lib/ # Library code (Perimeter 1-2)
2323├── extensions/ # Extensions (Perimeter 2)
@@ -91,10 +91,10 @@ Use the [feature request template](.github/ISSUE_TEMPLATE/feature_request.md) an
9191
9292Look for issues labelled:
9393
94- - [`good first issue`](https://{{FORGE}}/{{OWNER}}/{{REPO}} /labels/good%20first%20issue) — Simple Perimeter 3 tasks
95- - [`help wanted`](https://{{FORGE}}/{{OWNER}}/{{REPO}} /labels/help%20wanted) — Community help needed
96- - [`documentation`](https://{{FORGE}}/{{OWNER}}/{{REPO}} /labels/documentation) — Docs improvements
97- - [`perimeter-3`](https://{{FORGE}}/{{OWNER}}/{{REPO}} /labels/perimeter-3) — Community sandbox scope
94+ - [`good first issue`](https://github.com/hyperpolymath/phronesiser /labels/good%20first%20issue) — Simple Perimeter 3 tasks
95+ - [`help wanted`](https://github.com/hyperpolymath/phronesiser /labels/help%20wanted) — Community help needed
96+ - [`documentation`](https://github.com/hyperpolymath/phronesiser /labels/documentation) — Docs improvements
97+ - [`perimeter-3`](https://github.com/hyperpolymath/phronesiser /labels/perimeter-3) — Community sandbox scope
9898
9999---
100100
0 commit comments