From 581ca47b428d4f13930b47217284c8e11bf527fb Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Fri, 4 Mar 2011 09:09:38 +0000 Subject: [PATCH] Update installation instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf53447e..3ea15d8a 100644 --- a/README.md +++ b/README.md @@ -519,7 +519,7 @@ Over time your `versions` table will grow to an unwieldy size. Because each ver 2. Generate a migration which will add a `versions` table to your database. - `bundle exec rails generate paper_trail` + `bundle exec rails generate paper_trail:install` 3. Run the migration.