README.md in lolita-file-upload-1.0.3 vs README.md in lolita-file-upload-1.0.4
- old
+ new
@@ -7,12 +7,11 @@
* gem install lolita-file-upload
* include in gemfile like this: `gem "lolita-file-upload"`
* cd your_project_path
* rails g lolita_file_upload:install
* add `lolita_gallery` as plugin to `config/tinymce.yml` configuration.
-
-Install will copy migration to your project.
-If you update to newest version of gem, than run `rails g lolita_file_upload:assets`
+* run `bundle exec rails g lolita:file_upload:install` it will create new migration file
+* run `bundle exec rake db:migrate db:test:clone` to create file tables
##Configuration
Gem will not used until any of lolita configuration blocks define tab with type :files. Like this
```ruby