From 0ecb02499a9752247fe672d05855bed745608bb5 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 17 May 2025 04:41:12 +0300 Subject: [PATCH] docs: fix link casing and clarify Rust version requirement in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d529a86..0488b8f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@
Synopsis
Features | Usage
- Contributing + Contributing
@@ -275,7 +275,7 @@ the codebase as they stand. ### Setup -You will need Cargo and Rust installed on your system. Rust > 1.80 is required. +You will need Cargo and Rust installed on your system. Rust 1.80 or later is required. A `.envrc` is provided, and it's usage is encouraged for Nix users. Alternatively, you may use Nix for a reproducible developer environment