Browse Source

update readme run instruction

Alex Cheema 1 year ago
parent
commit
b8a2a0fbe0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
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).