From dafde85a4b56312d820d3672b83554d1009b01f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20=C4=8Cern=C3=BD?= Date: Tue, 19 Apr 2022 12:45:44 +0200 Subject: [PATCH] Typo fixes in Development.md --- Documentation/Development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Development.md b/Documentation/Development.md index 1a60f781..f59779cf 100644 --- a/Documentation/Development.md +++ b/Documentation/Development.md @@ -94,11 +94,11 @@ To build a release instead, run the `build.sh` script. This will update translat ## Updating languages To update the language translation files and their associated font maps, execute the `make_translation.py` code from the `Translations` directory. -If you edit the translation definitions or the english translation, please also run `gen_menu_docs.py` to update the settings menu documentation automatically. +If you edit the translation definitions or the English translation, please also run `gen_menu_docs.py` to update the settings menu documentation automatically. ## Building Pinecil I highly recommend using the command line tools and using Docker to run the compiler. -It's a bit more fussy on setup than the STM tooling, and this is by far the easiest way. +It's a bit fussier on setup than the STM tooling, and this is by far the easiest way. If you _need_ an IDE I have used [Nuclei's IDE](https://nucleisys.com/download.php). Follow the same idea as the STM Cube IDE notes above.