Skip to content

Commit 659a990

Browse files
committed
chore: change branch name to main for cloning
1 parent c5de2d6 commit 659a990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ You will need to have Rust installed. You can get it by visiting https://rustup.
2121
Just run:
2222

2323
```bash
24-
curl -L https://raw.githubusercontent.com/rust-lang/rustlings/master/install.sh | bash
24+
curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash
2525
# 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/
26+
curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash -s mypath/
2727
```
2828

2929
This will install Rustlings and give you access to the `rustlings` command. Run it to get started!

0 commit comments

Comments
 (0)