diff --git a/docs/custom-ports.mdx b/docs/custom-ports.mdx index c70df6f88..e1a410932 100644 --- a/docs/custom-ports.mdx +++ b/docs/custom-ports.mdx @@ -14,7 +14,7 @@ To run the desktop app using custom ports: FLIPPER_PORTS=1111,2222 ./flipper ``` -To configure the Android SDK for custom ports, set the `flipper.ports` prop to your chosen ports `1111,2222` like so, and then launch the Android app. +To configure the Android SDK for custom ports, set the `flipper.ports` prop to your chosen ports `1111,2222` like so, and then launch the Android app: ``` adb shell su 0 setprop flipper.ports 1111,2222