Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 340 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 340 Bytes

proto

This package contains protobuf files for gRPC services and gRPC clients.

Usage

add this repository as a submodule

git submodule add -b main https://github.com/COMP-1640-GRE/proto src/proto # or any directory you want

Make sure to run git submodule update --recursive --remote afterwards to get the latest changes.