# Installation
# Requirements
- Ruby on Rails >= 6.0
- Ruby >= 2.6
# Installing Avo
- Add
gem 'avo'
to yourGemfile
- Run
bundle install
. - Run
bin/rails generate avo:install
to generate the initializer and add Avo to theroutes.rb
file. - Generate an Avo Resource