From 8c93eae0df9659447ee94c52d2f0881670606809 Mon Sep 17 00:00:00 2001 From: Curtis Robert Date: Thu, 3 Oct 2024 15:47:16 -0700 Subject: [PATCH] [chore] Update Tile helper script README.md (#5442) * Update README.md * Update deployments/cloudfoundry/tile/scripts/README.md * Update deployments/cloudfoundry/tile/scripts/README.md Co-authored-by: James Hughes (Splunk) --------- Co-authored-by: James Hughes (Splunk) --- deployments/cloudfoundry/tile/scripts/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deployments/cloudfoundry/tile/scripts/README.md b/deployments/cloudfoundry/tile/scripts/README.md index 5ac6d2de76..76c6f2aadf 100644 --- a/deployments/cloudfoundry/tile/scripts/README.md +++ b/deployments/cloudfoundry/tile/scripts/README.md @@ -30,6 +30,9 @@ $ python3 deployments/cloudfoundry/tile/scripts/generate_osdf.py --otelcol_versi ## install_cli_dependencies.sh -This is a shell script used to install all of the CLI tools that are arequired for development +This is a shell script used to install all of the CLI tools that are required for development working on the Tanzu Tile. This script was made for MacOS, and has not been tested on any other OS at this time. + +**Note:** There is a manual step required in this script to download a dependency. The script will fail if being run directly +without completing the manual step.