README: Typo

This commit is contained in:
Yuri D'Elia 2022-12-18 15:37:24 +01:00
parent 2d26465db9
commit 1fd41293ee
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Prusa-Firmware depends on a pinned version of `avr-gcc` and the external `prusa3
# automatically setup dependencies
./utils/bootstrap.py
which will download and unpack them inside the `.dependencies` directory. `./utils/bootstrap.py` will also install `cmake`, `ninja` and the required python packages if missing, although installing those through is system's package manager is usually preferred.
which will download and unpack them inside the `.dependencies` directory. `./utils/bootstrap.py` will also install `cmake`, `ninja` and the required python packages if missing, although installing those through the system's package manager is usually preferred.
You can then proceed by creating a build directory, configure for AVR and build: