1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

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

View File

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