Installation
sake
is available on Linux and Mac:
Binaries are available on the release page
via cURL
curl -sfL https://raw.githubusercontent.com/alajmo/sake/main/install.sh | sh
via Homebrew
brew tap alajmo/sake
brew install sakevia MacPorts
sudo port install sake
via Arch
pacman -S sake
via pkg
pkg install sake
via Go
go install github.com/alajmo/sake@latest
Building From Source
Requires go 1.19 or above.
Clone the repo
Build and run the executable
make build && ./dist/sake