mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Fix wrong protocol of git resource
The git:// protocol was giving me timeouts, I believe git@ is the right way
This commit is contained in:
parent
06e082c918
commit
6bd82216a0
@ -94,7 +94,7 @@ troubleshoot and submit enhancements and fixes.
|
|||||||
|
|
||||||
Grab a copy of autojump:
|
Grab a copy of autojump:
|
||||||
|
|
||||||
git clone git://github.com/wting/autojump.git
|
git clone git@github.com:wting/autojump.git
|
||||||
|
|
||||||
Run the installation script and follow on screen instructions.
|
Run the installation script and follow on screen instructions.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user