diff --git a/doc/installing-from-release.md b/doc/installing-from-release.md index 7a37af0..31d4e52 100644 --- a/doc/installing-from-release.md +++ b/doc/installing-from-release.md @@ -17,20 +17,32 @@ Make sure you've got one of Rayhunter's [supported devices](./supported-devices. 4. Run the install script for your operating system: - ```bash - # On macOS, you must first remove the quarantine bit - xattr -d com.apple.quarantine install + First, enter the correct subfolder for your operating system: + - for Ubuntu on x64 arhitecture: `cd installer-ubuntu-24` + - for Ubuntu on ARM64 arhitecture: `cd installer-ubuntu-24-aarch64` + - for MacOS on Intel architecture: `cd installer-macos-intel` + - for MacOS on ARM achitecture: `cd installer-macos-arm` + - for Windows: `cd installer-windows-x86_64` - ./install orbic - # or: ./install tplink + ```bash + # On MacOS, you must first remove the quarantine bit + xattr -d com.apple.quarantine install + ``` + Then run the installer: + ```bash + ./installer orbic + # or: ./installer tplink ``` The device will restart multiple times over the next few minutes. - You will know it is done when you see terminal output that says `Testing rayhunter... done` + You will know it is done when you see terminal output that says `Testing Rayhunter... done` 5. Rayhunter should now be running! You can verify this by [viewing Rayhunter's web UI](./using-rayhunter). You should also see a green line flash along the top of top the display on the device. ## Troubleshooting -* On macOS if you encounter an error that says "No Orbic device found," it may because you the "Allow accessories to connect" security setting set to "Ask for approval." You may need to temporarily change it to "Always" for the script to run. Make sure to change it back to a more secure setting when you're done. +* On MacOS if you encounter an error that says "No Orbic device found," it may because you have the "Allow accessories to connect" security setting set to "Ask for approval." You may need to temporarily change it to "Always" for the script to run. Make sure to change it back to a more secure setting when you're done. + +./installer --help +./installer util --help