From 1fd41293eee05c61da1c0d9d359e78c34113b252 Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Sun, 18 Dec 2022 15:37:24 +0100 Subject: [PATCH] README: Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d5914aef..0dbbfc800 100644 --- a/README.md +++ b/README.md @@ -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: