From b8a2a0fbe03feeb5bb4fd11c1604978eab210a51 Mon Sep 17 00:00:00 2001 From: Alex Cheema Date: Sun, 14 Jul 2024 21:26:56 -0700 Subject: [PATCH] update readme run instruction --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98ac408d..f88074d4 100644 --- a/README.md +++ b/README.md @@ -64,12 +64,12 @@ pip install -r requirements.txt #### Device 1: ```sh -./run.sh +python3 main.py ``` #### Device 2: ```sh -./run.sh +python3 main.py ``` That's it! No configuration required - exo will automatically discover the other device(s).