Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 332 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 332 Bytes

NervesWeston

This project is part of Very labs.

Launch Weston on Nerves

Installation

Include nerves_weston in your dependencies, it will start as part of your supervision tree.

def deps do
  [
    {:nerves_weston, "~> 0.1.0"}
  ]
end