Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 535 Bytes

File metadata and controls

27 lines (17 loc) · 535 Bytes

Alternative Installation Methods

For the recommended installation method, see the main README.

Go Install

go install github.com/javoire/stackinator@latest

Download Binary

Download pre-built binaries from the releases page.

Build from Source

git clone https://github.com/javoire/stackinator.git
cd stackinator

# Quick install (builds and symlinks to ~/bin)
./scripts/install

# Or build manually
./scripts/build