Installation part missing in documentation
AntonTrapp opened this issue ยท 1 comments
AntonTrapp commented
Major issue ๐
Something like:
add {:trans, "~> 2.0"}
to deps in mix.exs
is missing. Just noticed it because I wanted to copy/paste it and I'm very lazy ๐
crbelaus commented
I've deliberately omitted this part in the documentation since it is already provided by hex.pm, which sould be the main entrypoint of the library. From there you can access this repository as well as the documentation.
Thank you very much for your suggestion @AntonTrapp ๐