This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
plug-sdk/scripts/README.md

9 lines
239 B
Markdown
Raw Normal View History

2024-02-20 09:45:07 +00:00
# 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
```