From e2b028abdcd07aef71711db4d9b95f9d0a7e876f Mon Sep 17 00:00:00 2001 From: Craig Schardt Date: Sun, 9 Feb 2025 21:27:59 -0600 Subject: [PATCH] Update install command for Romi (#1746) Pending https://github.com/PhotonVision/photon-image-modifier/pull/49 --- docs/source/docs/advanced-installation/sw_install/romi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/docs/advanced-installation/sw_install/romi.md b/docs/source/docs/advanced-installation/sw_install/romi.md index 25b24455a..0a4527c4d 100644 --- a/docs/source/docs/advanced-installation/sw_install/romi.md +++ b/docs/source/docs/advanced-installation/sw_install/romi.md @@ -20,7 +20,7 @@ To install a compatible version of PhotonVision, enter these commands in the SSH ```bash $ wget https://git.io/JJrEP -O install.sh $ sudo chmod +x install.sh -$ sudo ./install.sh -v 2023.4.2 +$ sudo ./install.sh -v v2023.4.2 ``` The install script requires an internet connection, so connecting the Raspberry Pi to an internet-connected router via an Ethernet cable will be the easiest solution. The pi must remain writable while you are following these steps! :::