Current section

Files

Jump to
dhcp_ex README.md
Raw

README.md

# DHCP
[![release](https://github.com/gsmlg-dev/ex_dhcp/actions/workflows/release.yml/badge.svg)](https://github.com/gsmlg-dev/ex_dhcp/actions/workflows/release.yml)
[![Hex.pm](https://img.shields.io/hexpm/v/dhcp_ex.svg)](https://hex.pm/packages/dhcp_ex)
[![Documentation](https://img.shields.io/badge/documentation-gray)](https://hexdocs.pm/dhcp_ex)
---
## Installation
The package can be installed by adding `dhcp_ex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:dhcp_ex, "~> 0.4.0"}
]
end
```