Skip to content

Commit e6082cb

Browse files
Copilotbrunoborges
andcommitted
docs: revert build command to jbang (jar not in repo)
Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
1 parent beef8c1 commit e6082cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Generated files (`site/category/*.html` and `site/data/snippets.json`) are in `.
6161

6262
```bash
6363
# Generate all HTML pages and data/snippets.json into site/
64-
java -jar html-generators/generate.jar
64+
jbang html-generators/generate.java
6565

6666
# Serve locally
6767
jwebserver -b 0.0.0.0 -d site -p 8090
@@ -80,7 +80,7 @@ Contributions are welcome! Content is managed as JSON files — never edit gener
8080
2. Create a new JSON file in the appropriate `content/<category>/` folder (e.g. `content/language/my-feature.json`)
8181
3. Copy [`content/template.json`](content/template.json) to the new file as a starting point for all required fields (see the [snippet JSON schema](.github/copilot-instructions.md) for details)
8282
4. Update the `prev`/`next` fields in adjacent pattern JSON files to maintain navigation
83-
5. Run `java -jar html-generators/generate.jar` to verify your changes build correctly
83+
5. Run `jbang html-generators/generate.java` to verify your changes build correctly
8484
6. Open a pull request
8585

8686
Please ensure JDK version labels only reference the version where a feature became **final** (non-preview).

0 commit comments

Comments
 (0)