Update readme.md

This commit is contained in:
aiminick 2021-12-21 21:33:30 +08:00 committed by GitHub
parent d22076f2bc
commit d31e4e7fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
``` ```
sudo apt install python-rpi.gpio python3-rpi.gpio rpi.gpio-common -y sudo apt install python-rpi.gpio python3-rpi.gpio rpi.gpio-common -y
cd wiringpi cd ./wiringpi
audo apt install libwiringpi*.deb wiringpi*.deb sudo apt install ./libwiringpi*.deb ./wiringpi*.deb -y
``` ```