Skip to content

Commit db734e9

Browse files
authored
Enhance badge.md with mpremote installation details
Added instructions for resolving permissions errors and installing mpremote.
1 parent 401b9db commit db734e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

guides/fallctf-2025/badge.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ If you are on Linux, you may need to add your user to the `dialout` group to all
1919
sudo usermod -a -G dialout $USER
2020
```
2121

22-
If you are getting an error with `mpremote` command not found, try replace it with `python3 -m mpremote` (in all the commands below).
22+
If you are getting an error with `mpremote` command not found, try replace it with `python3 -m mpremote` (in all the commands below). If there is a permissions error use: `sudo apt update`, `sudo apt install -y pipx python3-venv`, `pipx ensurepath`, # then open a new shell or: `exec $SHELL -l`, `pipx install mpremote`,
23+
`mpremote --help`
2324

2425
Install the `mpremote` Python package to connect to the badge:
2526

0 commit comments

Comments
 (0)