From fa6680ff76e322af0f096986ebce89243d902cad Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Wed, 16 Oct 2024 11:09:09 -0500 Subject: [PATCH] Correctly point to sections --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f97a25ee..c8148801 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ cargo install rustlings >
> Why? > ->The intended way to run Rustlings is to install the binary and run `rustlings init` as described above. This generates a `Cargo.toml` (different than what you see in the repository) that includes each exercise as a separate binary target which is enough for `rust-analyzer` to work. +>The intended way to run Rustlings is to install the binary and run `rustlings init` as described in the installation/initialization sections. This generates a `Cargo.toml` (different than what you see in the repository) that includes each exercise as a separate binary target which is enough for `rust-analyzer` to work. > >If you just clone the repository and try to run and edit the exercises directly, the language server will not work. >