diff options
| author | mo8it <mo8it@proton.me> | 2024-05-13 04:11:11 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-05-13 04:11:11 +0200 |
| commit | f6cf6c611c8b79131e1b6eac3ece7987ba1eaaf5 (patch) | |
| tree | 47fa4642542b4a18ea098cd137a64a66981396b4 /README.md | |
| parent | 7a74a72dc8a7bd906e7733731b427a1cdeee103a (diff) | |
Fix Windows terminal links
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,7 +35,7 @@ The following command will download and compile Rustlings: <!-- TODO: Remove @6.0.0-beta.x --> ```bash -cargo install rustlings@6.0.0-beta.7 +cargo install rustlings@6.0.0-beta.8 ``` <details> @@ -44,7 +44,7 @@ cargo install rustlings@6.0.0-beta.7 <!-- TODO: Remove @6.0.0-beta.x --> - Make sure you have the latest Rust version by running `rustup update` -- Try adding the `--locked` flag: `cargo install rustlings@6.0.0-beta.7 --locked` +- Try adding the `--locked` flag: `cargo install rustlings@6.0.0-beta.8 --locked` - Otherwise, please [report the issue](https://github.com/rust-lang/rustlings/issues/new) </details> |
