docs: remove the command prompt to support fast copy/paste (#1558)

Signed-off-by: SataQiu <1527062125@qq.com>
This commit is contained in:
SataQiu
2021-04-23 11:49:38 +08:00
committed by GitHub
parent 55b6ef1846
commit 4dd00ac536
+1 -1
View File
@@ -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.