Skip to content

Releases: nikuscs/lauyer

lauyer v0.2.0

21 Mar 20:10

Choose a tag to compare

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.

lauyer v0.1.1

21 Mar 19:01

Choose a tag to compare

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.