From 25289c27ac431de90529c9034245cd68d83f30d8 Mon Sep 17 00:00:00 2001 From: hubarbeit Date: Mon, 11 Apr 2022 10:32:54 +0200 Subject: [PATCH] Update protocol for cloning in README.md Using git:// for cloning gives an error message. I suggest to use https:// -- The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 553104db..099e68d5 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ cd ~ sudo apt-get install git #clone this repo -git clone git://github.com/andrewjfreyer/monitor +git clone https://github.com/andrewjfreyer/monitor #enter `monitor` directory cd monitor/