From 5bc8807ff28611bf6ea4d5cc0b983ada6d469bdb Mon Sep 17 00:00:00 2001 From: John Winans Date: Tue, 6 Jul 2021 13:46:08 -0500 Subject: [PATCH] Use https for giuthub link to rvalp.git (as opposed to ssh.) Anyone that is in need of help on how to clone something from github will likely /not/ be using ssh. (my bad) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5433605..226de52 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ I suspect the same (above) would work on 16.04 as well. Then clone and build this repo: - git clone git@github.com:johnwinans/rvalp.git + git clone https://github.com/johnwinans/rvalp.git cd rvalp make world