From 351ae96d60184069b2faeba0817b711c8697ce7e Mon Sep 17 00:00:00 2001 From: Qiaozp Date: Mon, 8 Aug 2022 22:28:07 +0800 Subject: [PATCH] Recommand windows user to install in powershell Signed-off-by: Qiaozp --- docs/install.mdx | 2 ++ versioned_docs/version-v1.4/install.mdx | 2 ++ versioned_docs/version-v1.5/install.mdx | 2 ++ 3 files changed, 6 insertions(+) diff --git a/docs/install.mdx b/docs/install.mdx index 865baee5..6ce0542e 100644 --- a/docs/install.mdx +++ b/docs/install.mdx @@ -36,6 +36,8 @@ curl -fsSl https://static.kubevela.net/script/install-velad.sh | bash > Only the official release version is supported. +Run following command in powershell: + ```shell powershell -Command "iwr -useb https://static.kubevela.net/script/install-velad.ps1 | iex" ``` diff --git a/versioned_docs/version-v1.4/install.mdx b/versioned_docs/version-v1.4/install.mdx index 4f8bc65f..0afd8989 100644 --- a/versioned_docs/version-v1.4/install.mdx +++ b/versioned_docs/version-v1.4/install.mdx @@ -36,6 +36,8 @@ curl -fsSl https://static.kubevela.net/script/install-velad.sh | bash -s v1.4.8 > Only the official release version is supported. +Run following command in powershell: + ```shell powershell -Command "iwr -useb https://static.kubevela.net/script/install-velad.ps1 | iex" ``` diff --git a/versioned_docs/version-v1.5/install.mdx b/versioned_docs/version-v1.5/install.mdx index 865baee5..6ce0542e 100644 --- a/versioned_docs/version-v1.5/install.mdx +++ b/versioned_docs/version-v1.5/install.mdx @@ -36,6 +36,8 @@ curl -fsSl https://static.kubevela.net/script/install-velad.sh | bash > Only the official release version is supported. +Run following command in powershell: + ```shell powershell -Command "iwr -useb https://static.kubevela.net/script/install-velad.ps1 | iex" ```