summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-08-02 16:40:06 +0200
committermo8it <mo8it@proton.me>2024-08-02 16:40:06 +0200
commit175294fa5dda30ed313050a4837631575dc8a232 (patch)
tree5e3bd3a5ef2b3c1e70b24df17bb976da53dbacf8 /README.md
parent5016c7cf7c846cc4d271fa06d8d7debc7604ae5c (diff)
Add `rust-version`
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a7f81c1..bfffad8 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ It contains code examples and exercises similar to Rustlings, but online.
### Installing Rust
-Before installing Rustlings, you need to have _Rust installed_.
+Before installing Rustlings, you need to have the **latest version of Rust** installed.
Visit [www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install) for further instructions on installing Rust.
This will also install _Cargo_, Rust's package/project manager.