From 9bfafb5d254e139aa3244205d75d9fc2c0cf06d6 Mon Sep 17 00:00:00 2001 From: deanlee Date: Mon, 14 Oct 2024 12:53:02 +0800 Subject: [PATCH] fix README example for stream command --- tools/cabana/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cabana/README.md b/tools/cabana/README.md index 27829979c05c93..1d9a2a2cccad5c 100644 --- a/tools/cabana/README.md +++ b/tools/cabana/README.md @@ -68,7 +68,7 @@ cd /data/openpilot/cereal/messaging/ Then Run Cabana with the device's IP address: ```shell -cabana --stream +cabana --stream --zmq ``` Replace <ipaddress> with your comma device's IP address.