1
0
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:
Jakub Jun 2023-07-26 14:14:50 +02:00 committed by GitHub
parent 06e082c918
commit 6bd82216a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ troubleshoot and submit enhancements and fixes.
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.