Installation
Urx can be installed in several ways, depending on your preference and environment.
From Cargo
If you have Rust and Cargo installed, you can install Urx directly from crates.io:
cargo install urx
From Homebrew
For macOS users, Urx is available via Homebrew:
brew install urx
From Source
To build Urx from source, you'll need to have Rust and Cargo installed.
git clone https://github.com/hahwul/urx.git
cd urx
cargo build --release
The compiled binary will be located at target/release/urx.
From Docker
Urx is also available as a Docker image on GitHub Container Registry.
You can pull the image using the following command:
docker pull ghcr.io/hahwul/urx:latest