Skip to main content

⚓ Install

·65 words

🍺 Homebrew
#

Homebrew

You can install gixor via 🍺 Homebrew.

brew install tamada/tap/gixor

🦀 Cargo
#

The command lives in the gixor-cli crate, so that using gixor as a library does not pull the command line dependencies in. The installed command is still called gixor.

cargo install gixor-cli

💪 Compile yourself
#

git clone https://github.com/tamada/gixor.git
cd gixor
cargo build --release -p gixor-cli
cp target/release/gixor /install/path/of/gixor