We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2b272 commit 3328ac8Copy full SHA for 3328ac8
1 file changed
docs/leo-rover/guides/firmware-update.mdx
@@ -26,8 +26,11 @@ login to your Leo Rover:
26
Make sure you are connected to the Internet:
27
28
<LinkButton docId="guides/connect-to-network" />
29
-and have the latest versions of the packages: ```bash sudo apt update && sudo
30
-apt upgrade ```
+and have the latest versions of the packages:
+
31
+```bash
32
+sudo apt update && sudo apt upgrade
33
+```
34
35
And then, run the update script by typing:
36
0 commit comments