From f9d38886db1c25da28a693da802d4e9ced21135f Mon Sep 17 00:00:00 2001 From: Abu Bakr Siddiq <48096234+abubakrsiddq@users.noreply.github.com> Date: Mon, 26 Dec 2022 12:24:42 +0530 Subject: [PATCH] correct clone path for repo replace gist with https in the clone path to help in correct cloning of repo for manual installation and setup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 495226a..2c88a63 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 https://github.com/wting/autojump.git Run the installation script and follow on screen instructions.