This plugin…
In your Gemfile add:
gem "origen_arm"
or if your application is a plugin, then add this to your .gemspec
spec.add_runtime_dependency "origen_arm", ">= 0.1.0"
NOTE: In the case of a plugin, you will also need to require 'origen_arm'
somewhere in your environment.
Add quickstart documentation here…
Describe how a developer would setup a new workspace for this plugin…