make make comment about recommended versions

This commit is contained in:
Ivan FB 2026-05-08 18:41:06 +02:00
parent fbe2e19fe7
commit b7a549b57e
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -26,12 +26,10 @@ The standard developer tools, including a C compiler, GNU Make, Bash, and Git. M
You'll also need an installation of Rust and its toolchain (specifically `rustc` and `cargo`).
The easiest way to install these, is using `rustup`:
Supported toolchain versions:
Recommended and tested toolchain versions:
- Nim 2.2.4
- Nimble 0.22.3
These versions are enforced by the repository configuration and the Makefile.
Rust:
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh