diff options
| author | marisa <mokou@fastmail.com> | 2021-03-21 16:35:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-21 16:35:44 +0100 |
| commit | 1ef368a69d832259a7c3b6184c4cfb240d92a949 (patch) | |
| tree | 3416c72ad67f5f0e8f1f895f72d42eb81d54855e /README.md | |
| parent | 550c4293ed269a7d888c384076ba247662af58c3 (diff) | |
| parent | 8dc587b01ab2e49a06308de29541330ff83dc371 (diff) | |
Merge pull request #679 from rust-lang/new-install-urls
chore: Update install URLs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -24,9 +24,9 @@ You will need to have Rust installed. You can get it by visiting https://rustup. Just run: ```bash -curl -L https://git.io/rustlings | bash +curl -L https://git.io/install-rustlings | bash # Or if you want it to be installed to a different path: -curl -L https://git.io/rustlings | bash -s mypath/ +curl -L https://git.io/install-rustlings | bash -s mypath/ ``` This will install Rustlings and give you access to the `rustlings` command. Run it to get started! @@ -42,7 +42,7 @@ Set-ExecutionPolicy RemoteSigned Then, you can run: ```ps -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 +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 ``` To install Rustlings. Same as on MacOS/Linux, you will have access to the `rustlings` command after it. |
