docs: update prerequisites (#3320)

Add `rustc` and `cargo` as prerequisite to README (required for RLN compilation).
This commit is contained in:
Hanno Cornelius 2025-04-10 14:38:56 +01:00 committed by GitHub
parent dffad311a2
commit 856224c62d

View File

@ -21,6 +21,13 @@ The standard developer tools, including a C compiler, GNU Make, Bash, and Git. M
> In some distributions (Fedora linux for example), you may need to install `which` utility separately. Nimbus build system is relying on it.
You'll also need an installation of Rust and its toolchain (specifically `rustc` and `cargo`).
The easiest way to install these, is using `rustup`:
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
### Wakunode
```bash