From 161fccd992ea42fac7cbc6220d6928d25d191c7a Mon Sep 17 00:00:00 2001 From: Josh McKinney Date: Sun, 25 Jun 2023 21:23:38 -0700 Subject: [PATCH] docs: minor change to DEVELOPMENT.md (#148) Adds the small change requested in #147. --- DEVELOPMENT.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index da6666e0..f6c1f295 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -28,6 +28,6 @@ See JSON files in `tools/codegen/base` directory for examples of the manifest. ## Troubleshooting If one of the CI builds fails due to an bin path or release asset_name, fix the problem in the base -manifest, and re-run the manifest tool to regenerate the manifest json file. The base manifest -supports overriding the bin path per platform by adding the `"bin"` / `"asset_name"` to the platform -object. +manifest, and re-run the manifest tool `tools/manifest.sh` to regenerate the manifest json file. The +base manifest supports overriding the bin path per platform by adding the `"bin"` / `"asset_name"` +to the platform object.