Files
LuaMicroservices/Makefile
Christian van Dijk 94b4f31102
Some checks failed
CI / Lint (push) Failing after 39s
CI / Build (push) Has been skipped
CI / Test (push) Has been skipped
CI / Helm Lint (push) Successful in 13s
🎉 initial commit
2026-02-23 09:47:16 +01:00

10 lines
204 B
Makefile

.PHONY: generate
install-requirements:
brew install protobuf lua luarocks && luarocks install protobuf && luarocks install grpc
verify-install:
protoc --version
lua -v
luarocks list | grep protobuf