1
0
mirror of https://github.com/mje-nz/zerotier-dns.git synced 2024-05-11 05:55:15 +00:00

Fix releases link.

This commit is contained in:
Aaryn Smith
2017-06-16 18:44:33 -05:00
parent a10536fae9
commit b6bf20bc14

View File

@ -8,7 +8,7 @@ ztDNS pulls device names from Zerotier and makes them available by name using ei
## Installing
1. First use ```go get``` to install the latest version, or download a precompiled relesase from [https://github.com/uxbh/ztdns/tags](https://github.com/uxbh/ztdns/tags)
1. First use ```go get``` to install the latest version, or download a precompiled relesase from [https://github.com/uxbh/ztdns/releases](https://github.com/uxbh/ztdns/releases)
```
go get -u github.com/uxbh/ztdns/
```