Skip to content

Commit 13832d7

Browse files
committed
docs: replace git.io link with the original URL
1 parent b7cce5c commit 13832d7

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
@@ -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://git.io/install-rustlings | bash
24+
curl -L https://raw.githubusercontent.com/rust-lang/rustlings/master/install.sh | bash
2525
# Or if you want it to be installed to a different path:
26-
curl -L https://git.io/install-rustlings | bash -s mypath/
26+
curl -L https://raw.githubusercontent.com/rust-lang/rustlings/master/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!
@@ -39,7 +39,7 @@ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
3939
Then, you can run:
4040

4141
```ps1
42-
Start-BitsTransfer -Source https://git.io/JTL5v -Destination $env:TMP/install_rustlings.ps1; Unblock-File $env:TMP/install_rustlings.ps1; Invoke-Expression $env:TMP/install_rustlings.ps1
42+
Start-BitsTransfer -Source https://raw.githubusercontent.com/rust-lang/rustlings/main/install.ps1 -Destination $env:TMP/install_rustlings.ps1; Unblock-File $env:TMP/install_rustlings.ps1; Invoke-Expression $env:TMP/install_rustlings.ps1
4343
```
4444

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

0 commit comments

Comments
 (0)