Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 459 Bytes

INSTALL.md

File metadata and controls

19 lines (13 loc) · 459 Bytes

Install

This library requires Ruby (>= 2.0.0). See how to install ruby.

Install from RubyGems.org

    gem install bel

Build from master branch

  1. Obtain source for master branch.
  1. Build
  • gem build bel.gemspec
  • gem install bel-[VERSION].gem