diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -16,6 +16,12 @@ You will probably only need `dhcpv6` and/or `dhcpv4` explicitly. The rest is pulled in automatically if necessary. +So, to get `dhcpv6` and `dhpv4` just run: +``` +go get -u github.com/insomniacslk/dhcp/dhcpv{4,6} +``` + + # Examples The sections below will illustrate how to use the `dhcpv6` and `dhcpv4` |