1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

doc: Align c2rust installation with docker image setup

This commit is contained in:
chrysn 2024-09-11 10:26:29 +02:00
parent 6dc2037767
commit e774040df6

View File

@ -148,7 +148,7 @@ In addition to the Rust compiler you'll need to install the C2Rust transpiler;
as this is using some recent fixes, it is best installed as:
```shell
$ cargo install c2rust --git https://github.com/immunant/c2rust
$ cargo install c2rust --git https://github.com/immunant/c2rust --tag v0.19.0
```
[cargo]: https://doc.rust-lang.org/cargo/