blob: eccc7f96122eaa4d88d4a28834b4427f04dfd48b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# 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
|