Skip to content

Leviath v0.3.7

Choose a tag to compare

@GEMISIS GEMISIS released this 13 Aug 18:34

Stable release - v0.3.7

Source commit: 3cd8e14

Install

Homebrew (macOS):

brew tap gemisis/leviath https://github.com/GEMISIS/leviath-dist.git
brew install leviath

Linux:

curl -fsSL https://raw.githubusercontent.com/GEMISIS/leviath-dist/main/install.sh | bash

Windows (Scoop):

scoop bucket add leviath https://github.com/GEMISIS/leviath-dist.git
scoop install leviath

Manual:

# Download the archive for your platform, then:
tar xzf leviath-*.tar.gz    # or unzip for Windows
sudo mv lev /usr/local/bin/

From source:

cargo install --git https://github.com/GEMISIS/leviath.git --tag v0.3.7 --bin lev

What's Changed

Full Changelog: v0.3.6...v0.3.7