diff --git a/pkg/schema/fbs/README.md b/pkg/schema/fbs/README.md new file mode 100644 index 0000000..4ea083a --- /dev/null +++ b/pkg/schema/fbs/README.md @@ -0,0 +1,9 @@ +# Flatbuffers schemas + +## Generating sources + +Given a `.fbs` file, source code can be generated using `flatc` command: + +```shell +flatc --go {file}.fbs +```