Update 'README.md'
This commit is contained in:
parent
b41c8ffe54
commit
07f21996ee
11
README.md
11
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`
|
||||
|
|
Loading…
Reference in New Issue