Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.07 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.07 KB

build status Inline docs travis-ci Coverage Status Deps Status

Murnau

A Bot for the freieslabor.org infrastructure.

Installation

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

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

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

  2. Ensure murnau is started before your application:

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