From 6bd82216a0600addc30c2ecd0d7a7e0696958011 Mon Sep 17 00:00:00 2001 From: Jakub Jun <40307291+jakubjun@users.noreply.github.com> Date: Wed, 26 Jul 2023 14:14:50 +0200 Subject: [PATCH] Fix wrong protocol of git resource The git:// protocol was giving me timeouts, I believe git@ is the right way --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 495226a..c20a327 100644 --- a/README.md +++ b/README.md @@ -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.