Update instructions for installing from source

Command changed in #460
This commit is contained in:
Simon Fondrie-Teitler
2025-08-05 17:59:13 -04:00
parent 8c67a92b07
commit 01010df4ec

View File

@@ -36,10 +36,11 @@ rustup target add x86_64-pc-windows-gnu
Now you can root your device and install Rayhunter by running:
```sh
cargo build --bin rayhunter-daemon --target armv7-unknown-linux-musleabihf --profile firmware --no-default-features --features orbic
cargo build --bin rayhunter-daemon --target armv7-unknown-linux-musleabihf --profile firmware-devel
cargo build --bin rootshell --target armv7-unknown-linux-musleabihf --profile firmware
cargo build --bin rootshell --target armv7-unknown-linux-musleabihf --profile firmware-devel
# Replace 'orbic' with your device type if different (i.e. tmobile, uz801, pinephone, tplink, wingtech)
cargo run --bin installer orbic
```