docs snapshot for crossplane version `v1.8`

This commit is contained in:
Crossplane 2022-11-10 12:31:56 +00:00
parent 10ec29e0e6
commit dbe3dde913
1 changed files with 3 additions and 3 deletions

View File

@ -174,15 +174,15 @@ curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.
<div class="tab-pane fade" id="install-tab-cli-latest" markdown="1">
```console
curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | CHANNEL=master sh
curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | XP_CHANNEL=master sh
```
You may also specify `VERSION` for download if you would like to select a
You may also specify `XP_VERSION` for download if you would like to select a
specific version from the given release channel. If a version is not specified
the latest version from the release channel will be used.
```console
curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | CHANNEL=master VERSION=v1.0.0-rc.0.130.g94f34fd3 sh
curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | XP_CHANNEL=master XP_VERSION=v1.0.0-rc.0.130.g94f34fd3 sh
```
</div>