blob: eccc7f96122eaa4d88d4a28834b4427f04dfd48b (
plain) (
tree)
|
|
# Gallery Links extension for Refinery CMS.
## How to build this extension as a gem
cd vendor/extensions/gallery_links
gem build refinerycms-gallery_links.gemspec
gem install refinerycms-gallery_links.gem
# Sign up for a http://rubygems.org/ account and publish the gem
gem push refinerycms-gallery_links.gem
|