From df769634c3907c4e02d6a39671e4a5c7f87cbb90 Mon Sep 17 00:00:00 2001 From: Jonathan Speek Date: Thu, 16 Feb 2017 13:48:07 -0700 Subject: [PATCH] added info for Ruby Gem --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 2e1d951..a7218ed 100644 --- a/README.md +++ b/README.md @@ -87,3 +87,19 @@ Download either the [spacegrid.min.css](https://raw.githubusercontent.com/Jonath --- #### Customize widths by adding your own! +### Ruby Gem +See [documentation](https://rubygems.org/gems/spacegrid) + +Add this line to your application's Gemfile: + +```ruby +gem 'spacegrid' +``` + +And then execute: + + $ bundle + +Or install it yourself as: + + $ gem install spacegrid