From 4dd00ac53609a0b9ffdc4686963a2f7314b49bee Mon Sep 17 00:00:00 2001 From: SataQiu Date: Fri, 23 Apr 2021 11:49:38 +0800 Subject: [PATCH] docs: remove the command prompt to support fast copy/paste (#1558) Signed-off-by: SataQiu <1527062125@qq.com> --- docs/en/install.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/install.mdx b/docs/en/install.mdx index 54645162c..323725fc8 100644 --- a/docs/en/install.mdx +++ b/docs/en/install.mdx @@ -196,7 +196,7 @@ KubeVela leverages Helm controller from [Flux v2](https://github.com/fluxcd/flux You can enable this feature by installing a minimal Flux v2 chart as below: ```shell -$ helm install --create-namespace -n flux-system helm-flux http://oam.dev/catalog/helm-flux2-0.1.0.tgz +helm install --create-namespace -n flux-system helm-flux http://oam.dev/catalog/helm-flux2-0.1.0.tgz ``` Or you could install full Flux v2 following its own guide of course.