Skip to content

Commit

Permalink
Fix: installation script path for velad (#1257)
Browse files Browse the repository at this point in the history
Signed-off-by: Anoop Gopalakrishnan <[email protected]>
  • Loading branch information
anoop2811 committed Jul 15, 2023
1 parent 823d9d3 commit 425a67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/standalone.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/`
Expand Down

0 comments on commit 425a67a

Please sign in to comment.