openhue / openhue-cli

OpenHue CLI is a command-line interface for interacting with Philips Hue smart lighting systems.
https://www.openhue.io/cli
Apache License 2.0
41 stars 6 forks source link

#56 GoReleaser is now documented as a required tool #58

Closed thibauult closed 2 months ago

thibauult commented 2 months ago

If GoReleaser hasn´t been installed, the make build command will produce the following error message:

make build
GoReleaser is not installed (https://goreleaser.com/install)
make: *** [Makefile:68: _check-goreleaser-installation] Error 1

(the same has been done for the oapi-codegen tool)

Fixes #56