Merge pull request #909 from chivalryq/posh

This commit is contained in:
qiaozp 2022-08-08 23:06:19 +08:00 committed by GitHub
commit db0f0daf52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,8 @@ curl -fsSl https://static.kubevela.net/script/install-velad.sh | bash
> Only the official release version is supported.
Run following command in powershell:
```shell
powershell -Command "iwr -useb https://static.kubevela.net/script/install-velad.ps1 | iex"
```

View File

@ -36,6 +36,8 @@ curl -fsSl https://static.kubevela.net/script/install-velad.sh | bash -s v1.4.8
> Only the official release version is supported.
Run following command in powershell:
```shell
powershell -Command "iwr -useb https://static.kubevela.net/script/install-velad.ps1 | iex"
```

View File

@ -36,6 +36,8 @@ curl -fsSl https://static.kubevela.net/script/install-velad.sh | bash
> Only the official release version is supported.
Run following command in powershell:
```shell
powershell -Command "iwr -useb https://static.kubevela.net/script/install-velad.ps1 | iex"
```