Get slom
This document outlines how to install slom in your environment.
Using pre-compiled binaries
Pre-compiled binaries for slom are available on GitHub Releases.
Using go install
You can install slom with the go install
command:
To install a specific version, append one of the following suffixes:
@vX.Y.Z
: installs versionvX.Y.Z
@latest
: install the latest published version@main
: install from the latest commit on themain
branch
Using container images
Container images for slom are available on the @GitHub container registry.
For instance, you can pull an image using Docker:
For a list of available versions, see the slom GitHub package.
Building from the source
You can build slom from the source with the go build
command.