README.md in lato_media-2.1 vs README.md in lato_media-2.1.2
- old
+ new
@@ -1,27 +1,33 @@
# Lato Media
+[![Gem Version](https://badge.fury.io/rb/lato_media.svg)](https://badge.fury.io/rb/lato_media)
+
+Lato is a Rails engine used to develop modular admin panels. This is the module used to manage attachments and media files.
+
## Installation
-Add the lato_media gem on your Gemfile
+Install [lato_core](https://github.com/ideonetwork/lato-core) gem as required dependency.
+Add the lato_media gem on your Gemfile:
+
```ruby
gem 'lato_media'
```
-Install the gem
+Install the gem:
```console
bundle install
```
-Copy the migrations
+Copy the migrations:
```console
rails lato_media:install:migrations
```
-Exec migrations
+Exec migrations:
```console
bundle exec rake db:migrate
-```
\ No newline at end of file
+```