@@ -18,7 +18,7 @@ This repository provides the standardized structure, configuration, and tooling
1818
1919* Bootstrap new projects with RSR compliance
2020* Reference the standard directory structure
21- * Copy configuration templates (justfile , STATE.scm, etc.)
21+ * Copy configuration templates (Justfile , STATE.scm, etc.)
2222
2323== Quick Start
2424
@@ -33,7 +33,7 @@ rm -rf .git
3333git init
3434
3535# Customize
36- sed -i 's/RSR-template-repo/my-project/g' justfile guix.scm README.adoc
36+ sed -i 's/RSR-template-repo/my-project/g' Justfile guix.scm README.adoc
3737
3838# Enter development environment
3939guix shell -D -f guix.scm
@@ -84,7 +84,7 @@ just validate-rsr
8484
8585== Justfile Features
8686
87- The template justfile provides:
87+ The template Justfile provides:
8888
8989* **~10 billion recipe combinations** via matrix recipes
9090* **Cookbook generation**: `just cookbook` → `docs/just-cookbook.adoc`
@@ -110,7 +110,7 @@ just ci # Full CI pipeline
110110
111111just validate # RSR + STATE validation
112112just docs # Generate all docs
113- just cookbook # Generate justfile docs
113+ just cookbook # Generate Justfile docs
114114
115115just guix-shell # Guix dev environment
116116just container-build # Build container
@@ -134,7 +134,7 @@ project/
134134│ ├── man/
135135│ └── just-cookbook.adoc
136136├── guix.scm # Guix package
137- ├── justfile # Task runner
137+ ├── Justfile # Task runner
138138├── LICENSE.txt # Dual license
139139├── README.adoc # Overview
140140├── RSR_COMPLIANCE.adoc # Compliance
0 commit comments