CURATORS.md: some commenter clarifications

This commit is contained in:
Jens Petersen 2025-07-30 21:31:44 +08:00 committed by GitHub
parent 5d59787a3f
commit e7f7928e45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -411,7 +411,7 @@ errors for builds, tests and benchmarks.
### Large scale enabling/disabling of packages ### Large scale enabling/disabling of packages
`etc/commenter` is a binary that automates `build-constraints.yaml` workflows. `./commenter` is a [tool](https://github.com/bergmark/commenter/) that automates `build-constraints.yaml` workflows.
#### Setup #### Setup
This is currently a rust program, You can install the rust toolchain This is currently a rust program, You can install the rust toolchain
@ -438,6 +438,7 @@ Now run:
``` ```
./check 2>&1 >/dev/null | ./commenter add ./check 2>&1 >/dev/null | ./commenter add
``` ```
(or easier just use `commenter add-loop`).
You will get this output: You will get this output:
``` ```