mirror of https://github.com/crossplane/docs.git
Merge pull request #907 from jbw976/v2-cli
v2: use XP_CHANNEL=preview for CLI install
This commit is contained in:
commit
e9d1cf8b31
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue