Installation
Installation
Install Ethereal
Download The Latest Version
Get the executable https://github.com/Synthesized-Infinity/Ethereal/releases/latest/
Extract the executable to a location of your choosing.
Add the executable to your PATH.
- On Windows:
- Open System Settings -> Control Panel -> System -> Advanced System Settings -> Environment Variables
- Click on the "Edit" button next to "Path"
- Add the path to the executable to the "Path" field.
- On Linux:
# Add the executable to the PATH of the current user.
export PATH=$PATH:$HOME/Ethereal
- On Windows:
Building from Source
Prerequisites
Building
- Clone the repository
git clone https://github.com/Synthesized-Infinity/Ethereal.git
cd Ethereal
- Build the package
cargo build --bin ethereal-bin --release
- Add the binary to your PATH
export PATH=$PATH:$(pwd)/target/release
Pre-built binaries coming soon.