Skip to content

Commit 1ef368a

Browse files
authored
Merge pull request #679 from rust-lang/new-install-urls
chore: Update install URLs
2 parents 550c429 + 8dc587b commit 1ef368a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

2626
```bash
27-
curl -L https://git.io/rustlings | bash
27+
curl -L https://git.io/install-rustlings | bash
2828
# Or if you want it to be installed to a different path:
29-
curl -L https://git.io/rustlings | bash -s mypath/
29+
curl -L https://git.io/install-rustlings | bash -s mypath/
3030
```
3131

3232
This will install Rustlings and give you access to the `rustlings` command. Run it to get started!
@@ -42,7 +42,7 @@ Set-ExecutionPolicy RemoteSigned
4242
Then, you can run:
4343

4444
```ps
45-
Start-BitsTransfer -Source https://git.io/rustlings-win -Destination $env:TMP/install_rustlings.ps1; Unblock-File $env:TMP/install_rustlings.ps1; Invoke-Expression $env:TMP/install_rustlings.ps1
45+
Start-BitsTransfer -Source https://git.io/install-rustlings-win -Destination $env:TMP/install_rustlings.ps1; Unblock-File $env:TMP/install_rustlings.ps1; Invoke-Expression $env:TMP/install_rustlings.ps1
4646
```
4747

4848
To install Rustlings. Same as on MacOS/Linux, you will have access to the `rustlings` command after it.

0 commit comments

Comments
 (0)