From 042fcdd999b7c91af6982294eb0ad69a5828dda5 Mon Sep 17 00:00:00 2001 From: pre-mRNA <88181189+pre-mRNA@users.noreply.github.com> Date: Sun, 7 Jul 2024 19:59:35 +1000 Subject: [PATCH] Update README.md change git clone in README to https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8326e4..bbf8b75 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ R2Dtool has been tested on OS X 14.1, Red Hat Enterprise Linux 4.18.0, and shoul ``` # clone R2Dtool and compile using Cargo -git clone git@github.com:comprna/R2Dtool.git && cd R2Dtool +git clone https://github.com/comprna/R2Dtool.git && cd R2Dtool cargo build --release # add R2Dtool to PATH