From e4ae66a246a3fb04fc177e08ee0fcdd1b59744c6 Mon Sep 17 00:00:00 2001 From: Satya Date: Mon, 9 Sep 2024 18:11:38 +0800 Subject: [PATCH] Update installation commands to use bash instead of sh --- docs/pages/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx index 6c1a4aa..26fcbfd 100644 --- a/docs/pages/index.mdx +++ b/docs/pages/index.mdx @@ -28,13 +28,13 @@ This version improves readability and consistency in terminology. To install latest stable version of Yaci DevKit, run: ```bash -curl --proto '=https' --tlsv1.2 -LsSf https://devkit.yaci.xyz/install.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://devkit.yaci.xyz/install.sh | bash ``` To install a specific version of Yaci DevKit, run: ```bash -curl --proto '=https' --tlsv1.2 -LsSf https://devkit.yaci.xyz/install.sh | sh -s -- +curl --proto '=https' --tlsv1.2 -LsSf https://devkit.yaci.xyz/install.sh | bash -s -- ``` **Note:** Replace `` with the desired version number without the `v` prefix.