# Installation
The Grax Hex package (opens new window) can be installed as usual, by adding grax
to your list of dependencies in mix.exs
:
def deps do
[
{:grax, "~> 0.5"}
]
end
← Introduction Schemas →
The Grax Hex package (opens new window) can be installed as usual, by adding grax
to your list of dependencies in mix.exs
:
def deps do
[
{:grax, "~> 0.5"}
]
end
← Introduction Schemas →