Merge pull request #909 from chivalryq/posh
This commit is contained in:
commit
db0f0daf52
|
@ -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"
|
||||
```
|
||||
|
|
|
@ -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"
|
||||
```
|
||||
|
|
|
@ -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"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue