Installation
Installation
Quick Install (Recommended)
macOS / Linux:curl -fsSL https://raw.githubusercontent.com/gopherguides/hype/main/install.sh | bash
To install a specific version:
curl -fsSL https://raw.githubusercontent.com/gopherguides/hype/main/install.sh | bash -s v0.5.0
Windows (PowerShell):
irm https://raw.githubusercontent.com/gopherguides/hype/main/install.ps1 | iex
To install a specific version:
.\install.ps1 -Version v0.5.0
Go Install
If you have Go installed:
go install github.com/gopherguides/hype/cmd/hype@latest
Homebrew
brew install gopherguides/hype/hype-md
Build from Source
git clone https://github.com/gopherguides/hype.git
cd hype
go install ./cmd/hype
Verify Installation
hype version