From fd7294efa49e6a89e72ae1863d31f42311bcfb2f Mon Sep 17 00:00:00 2001 From: starcalc Date: Sat, 26 Feb 2022 15:04:28 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8c679e..cd567c1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Remember to activate "ssh" before booting first (touch "/boot/ssh" on the MicroS After login (ssh) proceed with these steps: 1. `sudo apt update` 2. `sudo apt upgrade` -3. `sudo apt -y install git python3-pip libsdl-mixer1.2` +3. `sudo apt -y install git python3-pip libsdl2-mixer-2.0-0` 4. `git clone https://repos.ctdo.de/interfisch/bananenkeyboard/` 5. `pip3 install pyserial pygame` 6. `sudo sh -c 'echo "\n[all]\nenable_uart=1\n" >>/boot/config.txt'`