From 3d067d0cddf54016e12f46341df179738f8a0a83 Mon Sep 17 00:00:00 2001 From: yougotwill Date: Wed, 5 Feb 2025 17:34:40 +1100 Subject: [PATCH] fix: warning banner for running generateLocalizedStringsAnalysis on macOS --- tools/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/README.md b/tools/README.md index 99f63af87..a363e303c 100644 --- a/tools/README.md +++ b/tools/README.md @@ -81,10 +81,11 @@ The script can be run with: python3 ./tools/localization/generateLocalizedStringsAnalysis.py ``` -If using macOS always run this script with the `--disable-concurrency` flag. +> [!WARNING] +> If using macOS always run this script with the `--disable-concurrency` flag. ```bash -python3 ./tools/