docs: quick-start fence names the development channel and carries the release command below it
The first README fence becomes two labelled, copyable commands — the RIG_REF=main development command first (byte-identical to before, so the #89 guard at test/cli.sh:514 still passes) and the bare latest-release command below it, each preceded by a comment line naming its channel. Refs #149 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
e250f7f7da
commit
897779b925
2 changed files with 6 additions and 0 deletions
|
|
@ -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
3
changelog.d/149.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
### Fixed
|
||||
|
||||
- The quick-start fence names its channel and carries the release command beside it (#149)
|
||||
Loading…
Reference in a new issue