summaryrefslogtreecommitdiffstats
path: root/blimp/docs
diff options
context:
space:
mode:
Diffstat (limited to 'blimp/docs')
-rw-r--r--blimp/docs/running.md8
1 files changed, 8 insertions, 0 deletions
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 @@ TBD
## 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".