From 4926c60df492f9368080e730b73d45327c2b3b7d Mon Sep 17 00:00:00 2001 From: Siddartha Guthikonda Date: Tue, 27 Apr 2021 14:08:58 -0700 Subject: [PATCH] Fix googleapis Readme (#573) Co-authored-by: sidhhu --- tonic-build/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tonic-build/README.md b/tonic-build/README.md index 9a1f411..1a96e69 100644 --- a/tonic-build/README.md +++ b/tonic-build/README.md @@ -50,6 +50,8 @@ A good way to use Google API is probably using git submodules. So suppose in our `proto` folder we do: ``` git submodule add https://github.com/googleapis/googleapis + +git submodule update --remote ``` And a bunch of Google proto files in structure will be like this: