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 @@ -24,9 +24,9 @@ You will need to have Rust installed. You can get it by visiting https://rustup.
24
24
Just run:
25
25
26
26
``` bash
27
- curl -L https://git.io/rustlings | bash
27
+ curl -L https://git.io/install- rustlings | bash
28
28
# 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/
30
30
```
31
31
32
32
This will install Rustlings and give you access to the ` rustlings ` command. Run it to get started!
@@ -42,7 +42,7 @@ Set-ExecutionPolicy RemoteSigned
42
42
Then, you can run:
43
43
44
44
``` 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
46
46
```
47
47
48
48
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