diff options
| author | mokou <mokou@fastmail.com> | 2022-04-27 12:21:54 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-04-27 12:21:54 +0200 |
| commit | 659a99032e265a94c0bf9cca12416a404a2cb252 (patch) | |
| tree | 39ef0cbac41feef1ab92419c5f7ecc5d3fa247a0 | |
| parent | c5de2d686dcaa71375890df2b1afc4c7c84dd196 (diff) | |
chore: change branch name to main for cloning
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,9 +21,9 @@ You will need to have Rust installed. You can get it by visiting https://rustup. Just run: ```bash -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 # Or if you want it to be installed to a different path: -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/ ``` This will install Rustlings and give you access to the `rustlings` command. Run it to get started! |
