From ac5844d023009db1af56b84297749b0568667273 Mon Sep 17 00:00:00 2001 From: Bryan L Date: Thu, 27 Dec 2018 20:46:25 -0700 Subject: [PATCH] updated the pull request the old way of cloning doesn't work anymore, it complains about permissions problems. updated to reflect new way, found a fix and worked: https://stackoverflow.com/questions/23766153/git-clone-ssh-permission-denied --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 375f9fd..1492f6f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To run the Solar Pi you need - Clone the repostory - $ git clone git@github.com:Tafkas/solarpi.git solarpi + $ git clone https://github.com/Tafkas/solarpi.git - create a virtual enviroment and activate it