From f9a13ef980a6e336a30b3147f6caeec6f58d1cc6 Mon Sep 17 00:00:00 2001 From: Charlie Ann Date: Wed, 12 Jan 2022 00:08:55 -0800 Subject: [PATCH] Build instruction update in README.md (#317) Updated link to clone from GitHub. Was getting error due to outdated link ``` Cloning into 'libjson-rpc-cpp'... fatal: remote error: 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. ``` New link should mitigate the issue for anyone using the ReadMe. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ef094fd..8b42d4d0 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Build ----- ```sh -git clone git://github.com/cinemast/libjson-rpc-cpp.git +git clone https://github.com/cinemast/libjson-rpc-cpp.git mkdir -p libjson-rpc-cpp/build cd libjson-rpc-cpp/build cmake .. && make