diff --git a/docs/rml/getting-started/installing-on-linux.md b/docs/rml/getting-started/installing-on-linux.md index c5fa31b..b6d267a 100644 --- a/docs/rml/getting-started/installing-on-linux.md +++ b/docs/rml/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/getting-started/installing-on-macos.md b/docs/rml/getting-started/installing-on-macos.md index 662d3b4..97ac7e2 100644 --- a/docs/rml/getting-started/installing-on-macos.md +++ b/docs/rml/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/index.mdx b/docs/rml/index.mdx index 3842643..0bdf2ad 100644 --- a/docs/rml/index.mdx +++ b/docs/rml/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