Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 447 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 447 Bytes

BotTenderSkill

TODO: Add description

Installation

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

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

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

  2. Ensure bot_tender_skill is started before your application:

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