diff --git a/README.md b/README.md index 214cf62..360191b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,14 @@ _Hinweis_: Die ältere Python-Implementierung ist zu Dokumentationszwecken noch Für die Ansteuerung des LCD wird `rpi-pico-i2c-lcd` von _T-622_ ([Github](https://github.com/t-622/rpi-pico-i2c-lcd)) verwendet, das wiederum auf `python_lcd` von _dhylands_ ([Github](https://github.com/dhylands/python_lcd)) basiert. Die entspechenden Dateien liegen der Einfachheit halber im `lib` Unterverzeichnis. ### Installation +Zunächst wird das Repository geklont sowie die Submodules initialisiert: +``` +$ git clone https://git.rustysoft.de/martin/gbmanager.git +$ cd gbmanager +$ git submodule init +$ git submodule update +``` + Mit den folgenden Kommandos wird die Firmware compiliert: ``` $ mkdir build && cd build