From 502f457104c092b48c4bbef7ef9389f0e1f05f12 Mon Sep 17 00:00:00 2001 From: Victor Chudnovsky Date: Fri, 15 Mar 2024 11:43:31 -0700 Subject: [PATCH] docs: update local run steps with enums_as_strings (#120) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6c6d92..c500d37 100644 --- a/README.md +++ b/README.md @@ -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`