⚓ Install
🍺 Homebrew
btmeister
supports installation via Homebrew.
$ brew tap tamada/brew
$ brew install btmeister
💪 Install yourself
Clone the project from GitHub and compile it like follows.
$ git clone https://github.com/tamada/btmeister.git
$ cd btmeister
$ cargo build --release
Then, cargo
build the resultant btmeister
executable on target/release
directory.