mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-24 23:53:01 +08: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:
parent
e9bf00f581
commit
64dd70969d
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in a new issue