Merge pull request #150 from claude-bot-andresmgsl/build/149-readme-quickstart-channels

docs: quick-start fence names the development channel and carries the release command below it
This commit is contained in:
Daniel Marin 2026-07-25 02:14:13 +01:00 committed by GitHub
commit 5294b53f9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -15,7 +15,10 @@ takes arguments, does its work, and stores no credential, ever.
## Install
```sh
# the development tree this README documents:
curl -fsSL https://raw.githubusercontent.com/heavy-duty/rig/main/install.sh | RIG_REF=main bash
# the latest release:
curl -fsSL https://raw.githubusercontent.com/heavy-duty/rig/main/install.sh | bash
```
This README tracks `main`, so the quick start installs that same development

3
changelog.d/149.md Normal file
View file

@ -0,0 +1,3 @@
### Fixed
- The quick-start fence names its channel and carries the release command beside it (#149)