From a97c2968ab05357e73669c8194a6bbe88756ed6e Mon Sep 17 00:00:00 2001 From: Marc Remolt Date: Fri, 3 Jun 2011 12:01:10 +0200 Subject: [PATCH] Added info on installing the first release via rubygems --- README.rdoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 58ad965..0ee2f76 100644 --- a/README.rdoc +++ b/README.rdoc @@ -14,7 +14,11 @@ the site is running, all migrations are run and you created the first refinery u == Installation -As there is no official release out yet, just add this repos to your projects Gemfile: +Just add the gem to your projects Gemfile: + + gem 'refinerycms-wordpress-import' + +Or if you want to stay on the bleeding edge: gem 'refinerycms-wordpress-import', :git => 'git://github.com/mremolt/refinerycms-wordpress-import.git'