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:
@@ -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).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user