Merge pull request #907 from jbw976/v2-cli

v2: use XP_CHANNEL=preview for CLI install
This commit is contained in:
Nic Cope 2025-03-31 12:18:59 -07:00 committed by GitHub
commit e9d1cf8b31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 11 deletions

View File

@ -27,7 +27,7 @@ To download the latest version for your CPU architecture with the Crossplane
install script. install script.
```shell ```shell
curl -sL "https://raw.githubusercontent.com/crossplane/crossplane/main/install.sh" | sh curl -sL "https://raw.githubusercontent.com/crossplane/crossplane/main/install.sh" | XP_CHANNEL=preview sh
``` ```
[The script](https://raw.githubusercontent.com/crossplane/crossplane/main/install.sh) [The script](https://raw.githubusercontent.com/crossplane/crossplane/main/install.sh)