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.