Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/rml/getting-started/installing-on-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/rml/getting-started/installing-on-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/rml/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down