From 6ea2b0a4e6686869695e8f9c5cf8b94b01d96019 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 16 Apr 2025 20:20:35 +0200 Subject: [PATCH] Remove outdated instructions from README `cargo test_pc` is not a thing, remove these instructions although there currently is no replacement. --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index fac07cc..c606215 100644 --- a/README.md +++ b/README.md @@ -122,28 +122,6 @@ rustup target add armv7-unknown-linux-gnueabihf Now you can root your device and install Rayhunter by running `./tools/install-dev.sh` -### If you're on Windows or can't run the install scripts - -* Root your device on Windows using the instructions here: - -* Build for arm using `cargo build` - -* Run tests using `cargo test_pc` - -* Push the scripts in `scripts/` to `/etc/init.d` on device and make a directory called `/data/rayhunter` using `adb shell` (and sshell for your root shell if you followed the steps above) - -* you also need to copy `config.toml.example` to `/data/rayhunter/config.toml` - -* Then run `./make.sh` this will build the binary and push it over adb. Restart your device or run `/etc/init.d/rayhunter_daemon start` on the device and you are good to go. - -* Write your code and write tests - -* Build for arm using `cargo build` - -* Run tests using `cargo test_pc` - -* push to the device with `./make.sh` - ## Support and Discussion If you're having issues installing or using Rayhunter, please open an issue in this repo. Join us in the `#rayhunter` channel of [EFF's Mattermost](https://opensource.eff.org/signup_user_complete/?id=6iqur37ucfrctfswrs14iscobw&md=link&sbr=su) instance to chat!