Update installing-from-release.md

This commit is contained in:
Cooper Quintin
2025-05-19 09:30:14 -07:00
parent 757b053a33
commit 5b8a0ef8d4

View File

@@ -2,14 +2,12 @@
Make sure you've got one of Rayhunter's [supported devices](./supported-devices.md). These instructions have only been tested on macOS and Ubuntu 24.04. If they fail, you will need to [install Rayhunter from source](./installing-from-source.md). Make sure you've got one of Rayhunter's [supported devices](./supported-devices.md). These instructions have only been tested on macOS and Ubuntu 24.04. If they fail, you will need to [install Rayhunter from source](./installing-from-source.md).
1. Download the latest `rayhunter-vX.X.X.zip 1. Download the latest `rayhunter-vX.X.X.zip` from the [Rayhunter releases page](https://github.com/EFForg/rayhunter/releases)
` from the [Rayhunter releases page](https://github.com/EFForg/rayhunter/releases)
2. Decompress the `rayhunter-vX.X.X.zip` archive. Open the terminal and navigate to the folder. (Be sure to replace X.X.X with the correct version number!) 2. Decompress the `rayhunter-vX.X.X.zip` archive. Open the terminal and navigate to the folder. (Be sure to replace X.X.X with the correct version number!)
```bash ```bash
mkdir ~/Downloads/rayhunter unzip ~/Downloads/rayhunter-vX.X.X.zip
unzip ~/Downloads/rayhunter-vX.X.X.zip -C ~/Downloads/rayhunter cd ~/Downloads/rayhunter-vX.X.X
cd ~/Downloads/rayhunter
``` ```
3. Turn on your device by holding the power button on the front. 3. Turn on your device by holding the power button on the front.