From b7d62968cd837a7addc06da8b9bc2131c36c7fbc Mon Sep 17 00:00:00 2001 From: Joe Wang <106995533+JoeWang1127@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:47:26 -0500 Subject: [PATCH] docs: fix list num (#3356) In this PR: - Fix list num in `DEVELOPMENT.md`. --- hermetic_build/DEVELOPMENT.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hermetic_build/DEVELOPMENT.md b/hermetic_build/DEVELOPMENT.md index 4ba3d4b9af..1969bbcdfb 100644 --- a/hermetic_build/DEVELOPMENT.md +++ b/hermetic_build/DEVELOPMENT.md @@ -165,10 +165,10 @@ python hermetic_build/library_generation/cli/entry_point.py generate \ -t local:image-tag \ . ``` - Please note that the build only works when using the new - [Docker BuildKit](https://docs.docker.com/build/buildkit/) (enabled through the `DOCKER_BUILDKIT` variable). + Please note that the build only works when using the new [Docker BuildKit](https://docs.docker.com/build/buildkit/) + (enabled through the `DOCKER_BUILDKIT` variable). -3. Set the version of gapic-generator-java +2. Set the version of gapic-generator-java ```shell LOCAL_GENERATOR_VERSION=$(mvn \ @@ -179,7 +179,7 @@ python hermetic_build/library_generation/cli/entry_point.py generate \ -q) ``` -4. Run the image +3. Run the image ```shell # Assume you want to generate the library in the current working directory @@ -196,7 +196,7 @@ python hermetic_build/library_generation/cli/entry_point.py generate \ --library-names=apigee-connect,asset \ --repository-path=/workspace \ --api-definitions-path=/workspace/apis - ``` + ``` Note that if you specify the generator version using environment variable, `-e GENERATOR_VERSION="${LOCAL_GENERATOR_VERSION}"` in the above example, you should not set `gapic_generator_version` and `protoc_version` in the