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:
commit
5294b53f9f
2 changed files with 6 additions and 0 deletions
|
|
@ -15,7 +15,10 @@ takes arguments, does its work, and stores no credential, ever.
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
# the development tree this README documents:
|
||||||
curl -fsSL https://raw.githubusercontent.com/heavy-duty/rig/main/install.sh | RIG_REF=main bash
|
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
|
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