File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ You will need to have Rust installed. You can get it by visiting https://rustup.
21
21
Just run:
22
22
23
23
``` bash
24
- curl -L https://git.io/install- rustlings | bash
24
+ curl -L https://raw.githubusercontent.com/rust-lang/ rustlings/master/install.sh | bash
25
25
# 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/
27
27
```
28
28
29
29
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
39
39
Then, you can run:
40
40
41
41
``` 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
43
43
```
44
44
45
45
To install Rustlings. Same as on MacOS/Linux, you will have access to the ` rustlings ` command after it.
You can’t perform that action at this time.
0 commit comments