docs: standardize rayhunter casing

Use uppercase Rayhunter throughout docs when refering to the project and software.
Does not change pathnames.
This commit is contained in:
QuietEngineer
2025-06-29 12:25:15 -06:00
committed by Markus Unterwaditzer
parent ee8bf0107a
commit c0b1d4608a
5 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ Building Rayhunter from source, either for development or because the install sc
[Install Rust the usual way](https://www.rust-lang.org/tools/install). Then,
- install the cross-compilation target for the device rayhunter will run on:
- install the cross-compilation target for the device Rayhunter will run on:
```sh
rustup target add armv7-unknown-linux-musleabihf
```