Fix: installation script path for velad (#1257)

Signed-off-by: Anoop Gopalakrishnan <anoop2811@aol.in>
This commit is contained in:
Anoop Gopalakrishnan 2023-07-15 07:11:17 +05:30 committed by GitHub
parent 823d9d344a
commit 425a67a632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ You may be required for root privilege during the installation process if not us
If you don't need the automation with root access, you can download from the [release page](https://github.com/kubevela/velad/releases) and uncompress manually. If you don't need the automation with root access, you can download from the [release page](https://github.com/kubevela/velad/releases) and uncompress manually.
```shell ```shell
curl -fsSl https://kubevela.io/install-velad.sh | bash curl -fsSl https://kubevela.io/script/install-velad.sh | bash
``` ```
Check `velad` installed in `/usr/local/bin/` Check `velad` installed in `/usr/local/bin/`