diff --git a/README.md b/README.md index 2247c6a..b13d346 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/changelog.d/149.md b/changelog.d/149.md new file mode 100644 index 0000000..f11b5ea --- /dev/null +++ b/changelog.d/149.md @@ -0,0 +1,3 @@ +### Fixed + +- The quick-start fence names its channel and carries the release command beside it (#149)