add an example to clarify what the application folder means.
PiperOrigin-RevId: 631482484
Change-Id: I8f42562eb1702be22ce08372f80e4ffcb18854c4
diff --git a/docs/onboarding.md b/docs/onboarding.md
index f4e5efa..b3839f1 100644
--- a/docs/onboarding.md
+++ b/docs/onboarding.md
@@ -64,9 +64,10 @@
> fatal: error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (\_ssl.c:997)
> ```
>
-> Run the `Install Certificates.command` in the Python folder of Application.
-> For more information about SSL/TLS certificate validation, you can read the
-> "Important Information" displayed during Python installation.
+> Run the `Install Certificates.command` in the Python folder of Application
+> (e.g. `/Applications/Python\ 3.11/Install\ Certificates.command`). For more
+> information about SSL/TLS certificate validation, you can read the "Important
+> Information" displayed during Python installation.
### Windows {#setup-win}