From c8edacf1edae44cf462a9a1477f3dbc6d4eb82ef Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 16 May 2025 18:33:46 +0200 Subject: [PATCH] rootshell, and add missing --release --- doc/installing-from-source.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/installing-from-source.md b/doc/installing-from-source.md index 9934f39..3865366 100644 --- a/doc/installing-from-source.md +++ b/doc/installing-from-source.md @@ -35,7 +35,9 @@ 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 --no-default-features --features orbic +cargo build --bin rayhunter-daemon --target armv7-unknown-linux-musleabihf --release --no-default-features --features orbic + +cargo build --bin rootshell --target armv7-unknown-linux-musleabihf --release cargo run --bin installer orbic ```