Skip to content

Commit f1bdac3

Browse files
AmirHmZzprojectgus
authored andcommitted
unix/README: Fix typo in build dependencies.
Signed-off-by: Amirreza Hamzavi <[email protected]>
1 parent 3ca01ec commit f1bdac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/unix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ On Debian/Ubuntu/Mint and related Linux distros, you can install all these
3232
dependencies with a command like:
3333

3434
```
35-
# apt install build-essential git python3 pkg-config libbfi-dev
35+
# apt install build-essential git python3 pkg-config libffi-dev
3636
```
3737

3838
(See below for steps to build either a standalone or minimal MicroPython

0 commit comments

Comments
 (0)