From afbd52664c5dc3e26b65a853725704b9f547e797 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Tue, 27 Jun 2023 21:04:08 -0700 Subject: [PATCH] test for drivers before install --- docs/getting-started/index.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/index.mdx b/docs/getting-started/index.mdx index ef31503e..1caaa3e3 100644 --- a/docs/getting-started/index.mdx +++ b/docs/getting-started/index.mdx @@ -57,7 +57,13 @@ Some cables only provide _charging_, verify that your cable is also capable of _ ### Install Serial Drivers -If you don't have serial drivers installed on your computer, please choose one of the options below and install it before continuing. +:::caution + +With the latest versions of MacOS, USB Serial drivers are built-in. Do _NOT_ download the USB device drivers unless required. You may [test for installed serial drivers](/docs/getting-started/serial-drivers/test-serial-driver-installation) before continuing. + +::: + +If you require serial drivers installed on your computer, please choose one of the options below and install it before continuing.