Ensure you have the Rust toolchain installed.
Option 1: Using Cargo (Recommended) If you have the Rust toolchain installed, you can install oxygn directly from crates.io:
cargo install oxygn(Note: The package name is oxygn, but the binary installed is oxygn)
Option 2: Build from Source
-
Clone the Repository:
git clone https://github.com/Jay-1409/oxygn.git cd oxygn -
Build:
cargo build --release