Skip to content

Commit fec966e

Browse files
committed
Don't clone history, use http instead of git
Average user don't need gii history, http has greater chance of passing restrictive firewalls.
1 parent 9ce2fa0 commit fec966e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
WARNING:
32
On MacOS 10.6 (at least up to 10.6.6), your network will
43
stop responding about 10 minutes after the first time you
@@ -59,7 +58,7 @@ Prerequisites
5958
This is how you use it:
6059
-----------------------
6160

62-
- <tt>git clone git://github.com/apenwarr/sshuttle</tt>
61+
- <tt>git clone --depth=1 http://github.com/apenwarr/sshuttle</tt>
6362
on your client machine. You'll need root or sudo
6463
access, and python needs to be installed.
6564

0 commit comments

Comments
 (0)