Skip to content

Commit 70f4724

Browse files
author
liv
committed
docs: revert fancy install aliases
1 parent bc3808c commit 70f4724

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
@@ -25,13 +25,13 @@ You will need to have Rust installed. You can get it by visiting <https://rustup
2525
Just run:
2626

2727
```bash
28-
curl -L sh.rustlings.cool | bash
28+
curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash
2929
```
3030

3131
Or if you want it to be installed to a different path:
3232

3333
```bash
34-
curl -L sh.rustlings.cool | bash -s mypath/
34+
curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash -s mypath/
3535
```
3636

3737
This will install Rustlings and give you access to the `rustlings` command. Run it to get started!
@@ -61,7 +61,7 @@ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
6161
Then, you can run:
6262

6363
```ps1
64-
Start-BitsTransfer -Source https://ps1.rustlings.cool -Destination $env:TMP/install_rustlings.ps1; Unblock-File $env:TMP/install_rustlings.ps1; Invoke-Expression $env:TMP/install_rustlings.ps1
64+
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
6565
```
6666

6767
To install Rustlings. Same as on MacOS/Linux, you will have access to the `rustlings` command after it. Keep in mind that this works best in PowerShell, and any other terminals may give you errors.

0 commit comments

Comments
 (0)