``` Once `ord` is installed, you should be able to run `ord --version` on the command line. Building -------- On Debian and Ubuntu, `ord` requires `libssl-dev` when building from source: ``` sudo apt-get install libssl-dev ``` You'll also need Rust: ``` curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ``` To build `ord` from source: ``` git clone https://github.com/ordinals/ord.git cd ord cargo build --release ``` Once built, the `ord` binary can be found at `./target/release/ord`. `ord` requires `rustc` version 1.67.0 or later. Run `rustc --version` to ensure you have this version. Run `rustup update` to get the latest stable release. ### Homebrew `ord` is available in [Homebrew](https://brew.sh/): ``` brew install ord ``` ### Debian Package To build a `.deb` package: ``` cargo install cargo-deb cargo deb ``` Contributing ------------ If you wish to contribute there are a couple things that are helpful to know. We put a lot of emphasis on proper testing in the code base, with three broad