From 425a67a632b1439bdc46de630b9796fffdd2e724 Mon Sep 17 00:00:00 2001 From: Anoop Gopalakrishnan <2038273+anoop2811@users.noreply.github.com> Date: Sat, 15 Jul 2023 07:11:17 +0530 Subject: [PATCH] Fix: installation script path for velad (#1257) Signed-off-by: Anoop Gopalakrishnan --- docs/installation/standalone.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/standalone.mdx b/docs/installation/standalone.mdx index 4ae94c54..a8e6f06c 100644 --- a/docs/installation/standalone.mdx +++ b/docs/installation/standalone.mdx @@ -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. ```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/`