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`