Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 756 Bytes

installation.md

File metadata and controls

36 lines (23 loc) · 756 Bytes

Installation

Linux

curl -L https://github.com/idc101/git-mkver/releases/download/v1.4.0/git-mkver-linux-x86_64-1.4.0.tar.gz | tar xvz
sudo mv git-mkver /usr/local/bin

Mac OS

Install with Homebrew:

brew tap idc101/gitmkver
brew install idc101/gitmkver/git-mkver

Windows

Install with scoop:

scoop install https://raw.githubusercontent.com/idc101/git-mkver/main/etc/scoop/git-mkver.json

Manual

  1. Download the binary for your os from the releases page.
  2. Move it to a directory on your path

That's it :-)

CI/Build Servers