We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5de2d6 commit 659a990Copy full SHA for 659a990
README.md
@@ -21,9 +21,9 @@ You will need to have Rust installed. You can get it by visiting https://rustup.
21
Just run:
22
23
```bash
24
-curl -L https://raw.githubusercontent.com/rust-lang/rustlings/master/install.sh | bash
+curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash
25
# Or if you want it to be installed to a different path:
26
-curl -L https://raw.githubusercontent.com/rust-lang/rustlings/master/install.sh | bash -s mypath/
+curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash -s mypath/
27
```
28
29
This will install Rustlings and give you access to the `rustlings` command. Run it to get started!
0 commit comments