2FAuth/app/Protobuf/README.md

8 lines
123 B
Markdown

# Protobuf class generation
## cli
```sh
protoc --proto_path=app/Protobuf/ --php_out=. app/Protobuf/GoogleAuth.proto
```