Skip to content

Commit 7e2bd7e

Browse files
committed
Readme: mentioned --include_imports
1 parent 32811d4 commit 7e2bd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ CREATE EXTENSION postgres_protobuf;
5757

5858
First, you need to tell the extension about your protobuf schema.
5959
Run the protobuf compiler `protoc` on your `.proto` files with
60-
`--descriptor_set_out=path/to/schema.pb`,
60+
`--descriptor_set_out=path/to/schema.pb` and `--include_imports`,
6161
then insert that file to the database with
6262

6363
```sql

0 commit comments

Comments
 (0)