Update documentation for Rust installer

This commit is contained in:
Markus Unterwaditzer
2025-05-16 12:45:46 +02:00
committed by Cooper Quintin
parent d6e4f6a71d
commit ce8260b92c
4 changed files with 63 additions and 32 deletions

View File

@@ -32,7 +32,13 @@ rustup target add x86_64-apple-darwin
rustup target add x86_64-pc-windows-gnu
```
Now you can root your device and install Rayhunter by running `./tools/install-dev.sh`
Now you can root your device and install Rayhunter by running:
```sh
cargo build --bin rayhunter-daemon --target armv7-unknown-linux-musleabihf --no-default-features --features orbic
cargo run --bin installer orbic
```
### If you're on Windows or can't run the install scripts