# README
= protoc-gen-rtk-query
generate rtk query api/endpoints from gRPC service definitions
== installation
depends on code generated by https://github.com/timostamm/protobuf-ts[protobuf-ts]
=== arch
yay -S protoc-gen-rtk-query-bin
=== mac/linux
brew tap greatliontech/tap
brew install protoc-gen-rtk-query
=== debian/ubuntu
echo "deb [trusted=yes] https://apt.fury.io/greatliontech/ /" >/etc/apt/sources.list.d/greatliontech.list apt update apt install protoc-gen-rtk-query
=== fedora/centos