Update INSTALL.md

This commit is contained in:
Falko Richter 2024-07-10 21:47:09 +00:00 committed by Mario Voigt
parent e1d7032e73
commit 8bd80eae37

View File

@ -31,6 +31,7 @@ Diflouroborane uses Cargo, so compilation boils down to:
```shell ```shell
$ cargo build --release $ cargo build --release
``` ```
https://www.geeksforgeeks.org/how-to-install-rust-on-raspberry-pi/ can show you how to install rust on your Linux computer.
The compiled binary can then be found in `./target/release/bffhd` The compiled binary can then be found in `./target/release/bffhd`