Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Download the latest binary for your platform:

curl -fsSL https://raw.githubusercontent.com/ojuschugh1/ghostdep/main/install.sh | sh

This detects your OS and architecture, downloads the right binary, and installs it to /usr/local/bin.

From source

If you have Rust installed:

cargo install --path .

Or clone and build:

git clone https://github.com/ojuschugh1/ghostdep
cd ghostdep
cargo build --release
# binary is at ./target/release/ghostdep

Supported platforms

OSArchitectureBinary
Linuxx86_64ghostdep-linux-amd64
Linuxaarch64ghostdep-linux-arm64
macOSx86_64ghostdep-darwin-amd64
macOSApple Siliconghostdep-darwin-arm64
Windowsx86_64ghostdep-windows-amd64.exe

Verify installation

ghostdep --version