Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 594 Bytes

File metadata and controls

33 lines (22 loc) · 594 Bytes

Installation

Prerequisites

  • Go 1.21 or later
  • Git (for version control)

Installation Methods

Using Go Install (Recommended)

go install github.com/livetemplate/tinkerdown/cmd/tinkerdown@latest

Building from Source

git clone https://github.com/livetemplate/tinkerdown.git
cd tinkerdown
go build -o tinkerdown ./cmd/tinkerdown

Verify Installation

tinkerdown --version

Next Steps