9 lines
239 B
Markdown
9 lines
239 B
Markdown
|
# Generate the gRPC files
|
||
|
|
||
|
To generate the gRPC files you need to do the following:
|
||
|
|
||
|
1. Download the Git submodules (if you didn't clone this repo with ``git clone --recurse-submodules``)
|
||
|
```bash
|
||
|
git submodule init
|
||
|
git submodule update
|
||
|
```
|