From f011fe14bc092008d3a78bc66a50c0fd6613b259 Mon Sep 17 00:00:00 2001 From: guoxudong Date: Wed, 9 Dec 2020 13:40:04 +0800 Subject: [PATCH] fix --- docs/en/install.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/en/install.md b/docs/en/install.md index 762fe178a..4996ce25f 100644 --- a/docs/en/install.md +++ b/docs/en/install.md @@ -69,13 +69,15 @@ Here are three ways to get KubeVela Cli: -#### **Homebrew** +[comment]: <> (#### **Homebrew**) -**macOS/Linux** +[comment]: <> (**macOS/Linux**) -```console -$ brew install kubevela -``` +[comment]: <> (```console) + +[comment]: <> ($ brew install kubevela) + +[comment]: <> (```) #### **Script** @@ -100,14 +102,13 @@ $ powershell -Command "iwr -useb https://kubevela.io/install.ps1 | iex" $ sudo mv ./vela /usr/local/bin/vela ``` - - > Known Issue(https://github.com/oam-dev/kubevela/issues/625): > If you're using mac, it will report that “vela” cannot be opened because the developer cannot be verified. > > The new version of MacOS is stricter about running software you've downloaded that isn't signed with an Apple developer key. And we haven't supported that for KubeVela yet. > You can open your 'System Preference' -> 'Security & Privacy' -> General, click the 'Allow Anyway' to temporarily fix it. + ## 3. Initialize KubeVela