Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 262 Bytes

INSTALLATION.md

File metadata and controls

22 lines (12 loc) · 262 Bytes

Installation

Via RubyGems

This requires Ruby to be installed.

Then install the gem as:

$ gem install invoice_printer

With Bundler

Add this line to your application's Gemfile:

gem 'invoice_printer'

And then execute:

$ bundle