From 07f21996ee1f6bec593ba0a646d7a57b3950b82c Mon Sep 17 00:00:00 2001 From: starcalc Date: Sat, 26 Feb 2022 14:16:20 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a3d640..3f7578c 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,17 @@ Resistive touch sensors to sound by touching the probes or things connected to them. +# Install -When creating a new Raspian OS minimal, after login (ssh) proceed with these steps: +Raspberry Pi OS Lite +Release date: January 28th 2022 +System: 32-bit +Kernel version: 5.10 +Debian version: 11 (bullseye) + +Remember to activate "ssh" before booting first (touch "/boot/ssh" on the MicroSD-card) + +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`