Skip to content
This repository was archived by the owner on Oct 5, 2018. It is now read-only.

Commit

Permalink
Removed rails2-style instructions. [ci skip]
Browse files Browse the repository at this point in the history
jrgifford committed Oct 5, 2012

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b656c10 commit c18b93b
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.textile
Original file line number Diff line number Diff line change
@@ -12,21 +12,14 @@ h2. Installation

Install the gem:

<pre><code>sudo gem install delayed_paperclip</code></pre>
<pre><code>gem install delayed_paperclip</code></pre>

Add it to your environment.rb:
Or even better, add it to your Gemfile.

<pre><code>config.gem 'delayed_paperclip'</code></pre>

Or, even better, to your Gemfile:

<pre><code>source "http://gemcutter.org"
<pre><code>source "https://rubygems.org"
gem 'delayed_paperclip'
</code></pre>

Or install as a rails plugin:

<pre><code>script/plugin install git://github.com/jstorimer/delayed_paperclip.git</code></pre>

Dependencies:
* Paperclip

0 comments on commit c18b93b

Please sign in to comment.