Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 609 Bytes

File metadata and controls

27 lines (21 loc) · 609 Bytes

Project installation guide

Prerequisites

Ensure you have the Rust toolchain installed.

Installation

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

  1. Clone the Repository:

    git clone https://github.com/Jay-1409/oxygn.git
    cd oxygn
  2. Build:

    cargo build --release

Next setting up the (config.yaml)