Wanted to install the dev environment, but got hung up on make install after cloning the git repository:
~/gospace/src/github.com/reef-pi/reef-pi(master*) » make install
make go-get
make[1]: Entering directory '/home/name/gospace/src/github.com/reef-pi/reef-pi'
go get -u golang.org/x/tools/cmd/goimports
go: downloading golang.org/x/tools v0.1.6
go: downloading golang.org/x/sys v0.0.0-20210923061019-b8560ed6a9b7
go: downloading golang.org/x/mod v0.5.1
go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
go get: installing executables with 'go get' in module mode is deprecated.
To adjust and download dependencies of the current module, use 'go get -d'.
To install using requirements of the current module, use 'go install'.
To install ignoring the current module, use 'go install' with a version,
like 'go install example.com/cmd@latest'.
For more information, see
https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
make[1]: Leaving directory '/home/name/gospace/src/github.com/reef-pi/reef-pi'
yarn
00h00m00s 0/0: : ERROR: There are no scenarios; must have at least one.
Makefile:47: recipe for target 'install' failed
make: *** [install] Error 1
I'm not one to tinker with makefiles and the suggested commands in that error don't work on their own. Anyone know what i have to do?