Skip to content

lauyer v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Mar 20:10
· 12 commits to main since this release

Installation

Download the appropriate binary for your platform:

Platform File
macOS (Apple Silicon) lauyer-macos-arm64.tar.gz
Linux (x64) lauyer-linux-x64.tar.gz
Windows (x64) lauyer-windows-x64.zip

Quick Install

# Linux/macOS
tar -xzf lauyer-*.tar.gz
chmod +x lauyer
sudo mv lauyer /usr/local/bin/
lauyer --help
# Windows
Expand-Archive lauyer-windows-x64.zip -DestinationPath .
.\lauyer.exe --help

No pull requests since last release.