Installation#
Prerequisites#
- Go 1.22+ (for building from source)
- macOS, Linux, or Windows
Installation Methods#
Homebrew (macOS/Linux)#
The recommended way to install lanup on macOS and Linux:
brew tap raucheacho/tap
brew install lanupScoop (Windows)#
The recommended way to install lanup on Windows:
scoop bucket add raucheacho https://github.com/raucheacho/scoop-bucket
scoop install lanupBuild from Source#
If you have Go 1.22+ installed:
# Clone the repository
git clone https://github.com/raucheacho/lanup.git
cd lanup
# Build for your platform
make build
# Or install to GOPATH/bin
make installOr install directly with Go:
go install github.com/raucheacho/lanup@latestVerify Installation#
lanup --version