Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 709 Bytes

File metadata and controls

49 lines (34 loc) · 709 Bytes
title Install via Cargo
description Installing Bivvy with Cargo

Install via Cargo

Install Bivvy using Rust's package manager. Best for Rust developers who already have the toolchain installed.

Installation

cargo install bivvy

Requirements

  • Rust 1.93 or later

From Source

git clone https://github.com/bivvy-dev/bivvy
cd bivvy
cargo install --path .

Updating

cargo install bivvy --force

Uninstalling

cargo uninstall bivvy

Supported Platforms

Any platform supported by Rust, including:

OS Architecture
macOS x64 (Intel), arm64 (Apple Silicon)
Linux x64, arm64
Windows x64