Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 399 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 399 Bytes

Catuum

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add catuum to your list of dependencies in mix.exs:

    def deps do [{:catuum, "~> 0.0.1"}] end

  2. Ensure catuum is started before your application:

    def application do [applications: [:catuum]] end