Corretto repositori git da cui scaricare wiringPi

This commit is contained in:
lejubila
2020-04-01 12:45:58 +02:00
parent ac95194b3e
commit f3c11a7fee

View File

@@ -41,8 +41,8 @@ sudo make install
``` bash ``` bash
cd cd
git clone git://git.drogon.net/wiringPi git clone https://github.com/WiringPi/WiringPi.git
cd wiringPi cd WiringPi
git pull origin git pull origin
./build ./build
``` ```