Use HTTPS for git endpoint for cloning (#1572)

Github no longer supports the unsecured git protocol,
so use HTTPS instead.
This commit is contained in:
Paul Norman 2022-06-22 03:48:13 -07:00 committed by GitHub
parent e9bf00f581
commit 64dd70969d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,7 +147,7 @@ To install, simply run
To download the source
git clone github.com/StackExchange/dnscontrol
git clone https://github.com/StackExchange/dnscontrol.git
If these don't work, more info is in [#805](https://github.com/StackExchange/dnscontrol/issues/805).