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.