From 3862c068ead87c8a01ded7533e8f4ccb6bcc9140 Mon Sep 17 00:00:00 2001 From: maozdemir Date: Thu, 4 May 2023 04:06:06 +0300 Subject: [PATCH] Change git clone command in README GIT protocol might not work everywhere. HTTPS is guaranteed to work if the user can connect to the internet. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 41467f5..458a70e 100644 --- a/README.rst +++ b/README.rst @@ -59,7 +59,7 @@ You can either clone the public repository: .. code:: python - git clone git://github.com/meghnathomas/magnets + git clone https://github.com/meghnathomas/MAGNets Or download the tarball: