From 876c93ce894fdcc6866e687256e5f194715f3953 Mon Sep 17 00:00:00 2001 From: SiddhiPandey08 Date: Tue, 19 Aug 2025 18:46:32 +0530 Subject: [PATCH] docs: fix start guide step --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0ae6265d..929546c9 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,12 @@ Small exercises to get you used to reading and writing [Rust](https://www.rust-l Visit the **website** for a demo, info about setup and more: ## ➡️ [rustlings.rust-lang.org](https://rustlings.rust-lang.org) ⬅️ + +## Getting Started + +To get started with Rustlings: + +1. Make sure you have [Rust](https://www.rust-lang.org/tools/install) installed. + ```bash + rustc --version + ```