Skip to content

Commit fc973be

Browse files
author
Brandon Heller
committed
Fix download paths
Reported-By: Pattabiraman Subramanian
1 parent 36a77b3 commit fc973be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ RipL, POX, and setuptools are the dependencies.
55

66
# Build RipL:
77
sudo apt-get install -y python-setuptools
8-
git clone gi://github.com/brandonh/ripl.git
8+
git clone git://github.com/brandonheller/ripl.git
99
cd ripl
1010
sudo python setup.py develop
1111

1212
# Building Ripcord-POX
1313
cd ~/
14-
git clone git://github.com/brandonh/riplpox.git
14+
git clone git://github.com/brandonheller/riplpox.git
1515
cd riplpox
1616
sudo python setup.py develop
1717

0 commit comments

Comments
 (0)