Update 'README.md'

This commit is contained in:
starcalc 2022-02-26 14:16:20 +00:00
parent b41c8ffe54
commit 07f21996ee
1 changed files with 10 additions and 1 deletions

View File

@ -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`