Skip to content

Commit 216b1cb

Browse files
committed
Updated readme:
1 parent 8df74f2 commit 216b1cb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Prerequisites:
88
then cat wiringpi_class.py >> wiringpi.py to get the class-based wrapper
99

1010
Get/setup repo:
11-
git clone https://github.com/Gadgetoid/WiringPi-Python.git
11+
git clone https://github.com/WiringPi/WiringPi-Python.git
1212
cd WiringPi-Python
1313
git submodule update --init
1414

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ Prerequisites:
88
then cat wiringpi_class.py >> wiringpi.py to get the class-based wrapper
99

1010
Get/setup repo:
11-
git clone https://github.com/Gadgetoid/WiringPi-Python.git
11+
git clone https://github.com/WiringPi/WiringPi-Python.git
1212
cd WiringPi-Python
13-
git submodule init
14-
git submodule update
13+
git submodule update --init
1514

1615
Build & install with:
1716
sudo python setup.py install

0 commit comments

Comments
 (0)