Skip to content

Commit

Permalink
docs: update local run steps with enums_as_strings
Browse files Browse the repository at this point in the history
  • Loading branch information
vchudnov-g authored Mar 15, 2024
1 parent 32cf599 commit 34d6261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ repository root:
java \
-jar target/disco-to-proto3-converter-0.0.1-SNAPSHOT-jar-with-dependencies.jar \
--discovery_doc_path=src/test/resources/google/cloud/compute/v1/compute.v1.json \
--output_file_path=google/cloud/compute/v1/compute.proto
--output_file_path=google/cloud/compute/v1/compute.proto \
--enums_as_strings=True
```

Check the `google/cloud/compute/v1` directory for the converted `compute.proto`
Expand Down

0 comments on commit 34d6261

Please sign in to comment.