From ca25cd83d09aa396da4c4be9764a96191309e058 Mon Sep 17 00:00:00 2001 From: Falko Richter Date: Wed, 10 Jul 2024 21:47:09 +0000 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index 3b667d0..6a282aa 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -31,6 +31,7 @@ Diflouroborane uses Cargo, so compilation boils down to: ```shell $ 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`