Skip to content

Commit

Permalink
Fix: velad install script (kubevela#710)
Browse files Browse the repository at this point in the history
* Fix: velad install script

Signed-off-by: qiaozp <[email protected]>

* fix

Signed-off-by: qiaozp <[email protected]>
  • Loading branch information
chivalryq authored Jun 8, 2022
1 parent 5407564 commit 279639f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ curl -fsSl https://static.kubevela.net/script/install-velad.sh | bash -s 1.4.1
> Only the official release version is supported.
```shell
powershell -Command "iwr -useb https://static.kubevela.net/script/install.ps1 | iex"
powershell -Command "iwr -useb https://static.kubevela.net/script/install-velad.ps1 | iex"
```

Check `velad` and `vela` command line tools are exist in `/usr/local/bin/` for MacOS/Linux or `C:\vela\` for Windows.
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v1.4/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ curl -fsSl https://static.kubevela.net/script/install-velad.sh | bash -s 1.4.1
> Only the official release version is supported.
```shell
powershell -Command "iwr -useb https://static.kubevela.net/script/install.ps1 | iex"
powershell -Command "iwr -useb https://static.kubevela.net/script/install-velad.ps1 | iex"
```

Check `velad` and `vela` command line tools are exist in `/usr/local/bin/` for MacOS/Linux or `C:\vela\` for Windows.
Expand Down

0 comments on commit 279639f

Please sign in to comment.