mirror of https://github.com/crossplane/docs.git
v2: use XP_CHANNEL=preview for CLI install
Signed-off-by: Jared Watts <jbw976@gmail.com>
This commit is contained in:
parent
89f1d474b9
commit
a7187c7479
|
@ -27,7 +27,7 @@ To download the latest version for your CPU architecture with the Crossplane
|
|||
install script.
|
||||
|
||||
```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)
|
||||
|
|
Loading…
Reference in New Issue