Skip to main content

⚓ Installation

·95 words

🍺 Homebrew
#

Install sibling via Homebrew, simply run:

brew install tamada/tap/sibling

And put the following snipeets into your shell profile (e.g., .bash_profile, or .zshrc) The --init option accepts only bash. Other shell scripts are not supported, yet.

eval "$(sibling --init bash)"

💪 Compiling yourself
#

Get source codes by git clone or download from GitHub, then run cargo to build sibling

$ git clone https://github.com/tamada/sibling.git # or download from https://github.com/tamada/sibling
$ cd sibling
$ cargo build

💼 Requirements
#

Development
#

  • Rust 1.78 or later
  • Dependencies (See Cargo.toml)
    • clap 4.5.23
    • rand 0.8.5
    • rust-embed 8.5.0