unix/README: Fix typo in build dependencies.
Signed-off-by: Amirreza Hamzavi <amirrezahamzavi2000@gmail.com>
This commit is contained in:
parent
3ca01eccae
commit
f1bdac3752
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ On Debian/Ubuntu/Mint and related Linux distros, you can install all these
|
|||
dependencies with a command like:
|
||||
|
||||
```
|
||||
# apt install build-essential git python3 pkg-config libbfi-dev
|
||||
# apt install build-essential git python3 pkg-config libffi-dev
|
||||
```
|
||||
|
||||
(See below for steps to build either a standalone or minimal MicroPython
|
||||
|
|
|
|||
Loading…
Reference in a new issue