1
Fork 0
mirror of https://github.com/RGBCube/superfreq synced 2025-07-27 17:07:44 +00:00

docs: fix link casing and clarify Rust version requirement in README

This commit is contained in:
NotAShelf 2025-05-17 04:41:12 +03:00
parent ff2f305d9e
commit 0ecb02499a
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF

View file

@ -10,7 +10,7 @@
<br/> <br/>
<a href="#what-is-superfreq">Synopsis</a><br/> <a href="#what-is-superfreq">Synopsis</a><br/>
<a href="#features">Features</a> | <a href="#usage">Usage</a><br/> <a href="#features">Features</a> | <a href="#usage">Usage</a><br/>
<a href="#Contributing">Contributing</a> <a href="#contributing">Contributing</a>
<br/> <br/>
</div> </div>
@ -275,7 +275,7 @@ the codebase as they stand.
### Setup ### 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. A `.envrc` is provided, and it's usage is encouraged for Nix users.
Alternatively, you may use Nix for a reproducible developer environment Alternatively, you may use Nix for a reproducible developer environment