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

Merge pull request #740 from viranch/git-url-fix

Fix git URL in readme
This commit is contained in:
Ross McFarland
2021-07-12 12:58:10 -07:00
committed by GitHub

View File

@@ -53,7 +53,7 @@ $ mkdir config
If you'd like to install a version that has not yet been released in a repetable/safe manner you can do the following. In general octoDNS is fairly stable inbetween releases thanks to the plan and apply process, but care should be taken regardless. If you'd like to install a version that has not yet been released in a repetable/safe manner you can do the following. In general octoDNS is fairly stable inbetween releases thanks to the plan and apply process, but care should be taken regardless.
```shell ```shell
$ pip install -e git+https://git@github.com/github/octodns.git@<SHA>#egg=octodns $ pip install -e git+https://git@github.com/octodns/octodns.git@<SHA>#egg=octodns
``` ```
### Config ### Config