Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Nov 13, 2010
1 parent e532041 commit 3655aab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.textile
Expand Up @@ -16,7 +16,7 @@ h2. Installation

delayed_job 2.1 only supports Rails 3.0+. See the "2.0 branch":https://github.com/collectiveidea/delayed_job/tree/2.0 for Rails 2.

To install as a gem, add delayed_job to your @Gemfile@:
To install, add delayed_job to your @Gemfile@ and run `bundle install`:

<pre>
gem 'delayed_job'
Expand All @@ -28,8 +28,6 @@ h2. Backends

delayed_job supports multiple backends for storing the job queue. "See the wiki for other backends":http://wiki.github.com/collectiveidea/delayed_job/backends besides Active Record.

h3. Active Record

The default is Active Record, which requires a jobs table.

<pre>
Expand Down

0 comments on commit 3655aab

Please sign in to comment.