Blimp: add port forwarding docs for local Engine runs.
[email protected]
BUG=
Review URL: https://codereview.chromium.org/1568403002
Cr-Commit-Position: refs/heads/master@{#368666}
diff --git a/blimp/docs/running.md b/blimp/docs/running.md
index 4174eae..b8bba0f 100644
--- a/blimp/docs/running.md
+++ b/blimp/docs/running.md
@@ -33,4 +33,12 @@
## Running the engine
+### In a container
For running the engine in a container, see [container](container.md).
+
+### On a workstation
+If you are running the engine on your workstation and are connected to the
+client device via USB, you'll need remote port forwarding to allow the Blimp
+client to talk to your computer. Follow the instructions
+[here](https://developer.chrome.com/devtools/docs/remote-debugging) to get
+started. You'll probably want to remap 25467 to "localhost:25467".