diff --git a/src/content/partials/magic-wan/connector/configure-connectors.mdx b/src/content/partials/magic-wan/connector/configure-connectors.mdx index 6f064dfd60b1b0..6d7a4cf08ab9c3 100644 --- a/src/content/partials/magic-wan/connector/configure-connectors.mdx +++ b/src/content/partials/magic-wan/connector/configure-connectors.mdx @@ -548,7 +548,7 @@ When you are ready to connect your Magic WAN Connector to the Cloudflare network
  • Open the macOS Terminal.
  • Run ls /dev/cu.* to list the connected serial devices.
  • The command should return an output similar to /dev/cu.usbserial-0001. Copy this output to the clipboard or note this down somewhere else.
  • -
  • Run sudo screen -adRUS {`<`}PATH_FROM_STEP_3{`>`} 115200.
  • +
  • Run sudo screen -adRUS mconn {`<`}PATH_FROM_STEP_3{`>`} 115200.
  • The screen may need to be manually refreshed when a new device is connected. You can do that by pressing CMD + C.
  • @@ -559,7 +559,7 @@ When you are ready to connect your Magic WAN Connector to the Cloudflare network
  • Open Terminal.
  • List the connected serial devices by running ls /dev/serial/by-id/*.
  • The command should return an output similar to /dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_0001-if00-port0. Copy this to the clipboard or note this down.
  • -
  • Run sudo screen -adRUS {`<`}THE PATH FROM STEP 3{`>`}; 115200.
  • +
  • Run sudo screen -adRUS mconn {`<`}PATH_FROM_STEP_3{`>`}; 115200.
  • The screen may need to be manually refreshed when a new device is connected. You can do that by pressing CTRL + C.