Skip to content

Commit 8df74f2

Browse files
committed
Fixed .gitmodules to point to new WiringPi org
1 parent e20d382 commit 8df74f2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "WiringPi"]
22
path = WiringPi
3-
url = https://github.com/Gadgetoid/WiringPi.git
3+
url = https://github.com/WiringPi/WiringPi.git

README

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ Prerequisites:
1010
Get/setup repo:
1111
git clone https://github.com/Gadgetoid/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)