Skip to content

Commit 235675f

Browse files
Replace -uv with --uv.
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
1 parent a35a5e1 commit 235675f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

andino_dora/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dora build graphs/dataflow.yml
3232

3333
Run the dataflow locally:
3434
```
35-
dora run graphs/dataflow.yml -uv
35+
dora run graphs/dataflow.yml --uv
3636
```
3737

3838
### object_detection.yml
@@ -62,7 +62,7 @@ dora build graphs/object_detection.yml
6262

6363
Run the dataflow locally:
6464
```
65-
dora run graphs/object_detection.yml -uv
65+
dora run graphs/object_detection.yml --uv
6666
```
6767

6868
Run the Rerun server locally (not on the andino):
@@ -107,7 +107,7 @@ dora build graphs/gemini_navigation.yml
107107

108108
3. Run the dataflow locally:
109109
```
110-
dora run graphs/gemini_navigation.yml -uv
110+
dora run graphs/gemini_navigation.yml --uv
111111
```
112112

113113
4. Run the Rerun server locally (not on the *andino*):

andino_dora_sim/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dora build graphs/mujoco_sim.yml
4848

4949
Run the dataflow locally:
5050
```
51-
dora run graphs/mujoco_sim.yml -uv
51+
dora run graphs/mujoco_sim.yml --uv
5252
```
5353

5454
### mujoco_sim_gemini_navigation.yml
@@ -92,7 +92,7 @@ dora build graphs/mujoco_sim_gemini_navigation.yml
9292

9393
3. Run the dataflow locally:
9494
```
95-
dora run graphs/mujoco_sim_gemini_navigation.yml -uv
95+
dora run graphs/mujoco_sim_gemini_navigation.yml --uv
9696
```
9797

9898
4. Use the GUI to issue a command for Andino to execute.

0 commit comments

Comments
 (0)