Skip to content

Commit 3328ac8

Browse files
authored
fix: Correct command formatting in firmware update guide (#152)
* fix: Command formatting in firmware update guide * Format
1 parent cb2b272 commit 3328ac8

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/leo-rover/guides/firmware-update.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@ login to your Leo Rover:
2626
Make sure you are connected to the Internet:
2727

2828
<LinkButton docId="guides/connect-to-network" />
29-
and have the latest versions of the packages: ```bash sudo apt update && sudo
30-
apt upgrade ```
29+
and have the latest versions of the packages:
30+
31+
```bash
32+
sudo apt update && sudo apt upgrade
33+
```
3134

3235
And then, run the update script by typing:
3336

0 commit comments

Comments
 (0)