From bb70713c22fe4c6157af4d551bf219547395bfbe Mon Sep 17 00:00:00 2001 From: ab-10 Date: Tue, 4 Nov 2025 14:06:48 -0800 Subject: [PATCH] Specify redirect in install command --- docs/rml-cli/getting-started/installing-on-linux.md | 2 +- docs/rml-cli/getting-started/installing-on-macos.md | 2 +- docs/rml-cli/index.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/rml-cli/getting-started/installing-on-linux.md b/docs/rml-cli/getting-started/installing-on-linux.md index 925730f..f6662b9 100644 --- a/docs/rml-cli/getting-started/installing-on-linux.md +++ b/docs/rml-cli/getting-started/installing-on-linux.md @@ -14,7 +14,7 @@ title: Installing on Linux To install RML, open your terminal and run the following command: ```bash -curl install.recurse.ml | sh +curl -L install.recurse.ml | sh ``` This script will download and install the latest version of RML onto your system. diff --git a/docs/rml-cli/getting-started/installing-on-macos.md b/docs/rml-cli/getting-started/installing-on-macos.md index 8272331..bb51b13 100644 --- a/docs/rml-cli/getting-started/installing-on-macos.md +++ b/docs/rml-cli/getting-started/installing-on-macos.md @@ -13,7 +13,7 @@ title: Installing on macOS To install RML, open your terminal and run the following command: ```bash -curl install.recurse.ml | sh +curl -L install.recurse.ml | sh ``` This script will download and install the latest version of RML onto your system. diff --git a/docs/rml-cli/index.mdx b/docs/rml-cli/index.mdx index fd8c85e..623f407 100644 --- a/docs/rml-cli/index.mdx +++ b/docs/rml-cli/index.mdx @@ -37,7 +37,7 @@ For the sake of this quickstart, we will use macOS as an example. If you are usi Open your terminal and run the following command: ```bash -curl install.recurse.ml | sh +curl -L install.recurse.ml | sh ``` ## 2. Navigate to Your Git Repository