README.md in chili_videos-0.1.0 vs README.md in chili_videos-0.2.0

- old
+ new

@@ -5,12 +5,13 @@ ## DESCRIPTION: ChiliProject/Redmine plugin which integrates with [Transload.it](http://transload.it) to offer a private "YouTube-like" setup to your project site. -Notable items to consider before installing: +## NOTABLE ITEMS TO CONSIDER + 1. This plugin is distributed as a gem, but does ship with migrations and asset files (stylesheets, etc). Therefore, the installation procedure is not the standard process. 1. The processing of "Assemblies" from the Transload.it service is handled in the background (via `delayed_job`), so there is an @@ -85,10 +86,10 @@ In your 'Rakefile', add: ``` ruby require 'chili_videos' require 'tasks/chili_videos_tasks' -ChiliVideosTasks.new" +ChiliVideosTasks.new ``` Run the installation rake task (runs migrations & installs assets) ```