Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 909 Bytes

File metadata and controls

51 lines (32 loc) · 909 Bytes

Install

Installation instructions.

Download and install from releases

Unix

sh <(curl --proto '=https' 'https://raw.githubusercontent.com/spenserblack/fancy-tree/refs/heads/main/scripts/install.sh')

Windows

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/spenserblack/fancy-tree/refs/heads/main/scripts/install.ps1" | Invoke-Expression

Manual

Visit the latest release page.

With cargo

cargo install --locked fancy-tree

From source

Build the executable from source code and then copy it to a place in PATH.

With cargo

cargo build --release

With Nix

The classic way

nix-build

The Nix Flakes way

nix --experimental-features nix-command --extra-experimental-features flakes build