Installation
Homebrew
You can install with Homebrew. Just run the following command:
brew install lucasloureiror/tools/slh
Go pkg
You can also install with Go install command directly:
You need Go installed on your machine. If you don't have Go installed, you can download it from the official Go website.
Once you have Go installed, you can install Service Level Helper by running the following command:
go install github.com/lucasloureiror/slh@latest
This will install Service Level Helper in your $GOPATH/bin
directory. Make sure that this directory is in your $PATH
environment variable.
Binaries
You can also download binaries directly through GitHub Releases and put in your $PATH
or anywhere you prefer.