Skip to content

Commit

Permalink
Add requirements section
Browse files Browse the repository at this point in the history
  • Loading branch information
ajb committed Sep 27, 2013
1 parent 6860c47 commit 727125e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -13,6 +13,14 @@ Since Formbuilder.rb is a fairly non-trial piece of software, it's important to

If you have a few moments, consider reading the source, especially the Rails app in `spec/dummy`, as it should give you a good idea of how Formbuilder integrates.

### Requirements

**Postgres is currently required.** See [Issue #1](https://github.com/dobtco/formbuilder-rb/issues/1).

[Carrierwave](https://github.com/carrierwaveuploader/carrierwave) and [Rmagick](https://github.com/rmagick/rmagick) for file uploads.
[Geocoder](https://github.com/alexreisner/geocoder) to geocode address fields.


### Installation
#### 1) Install the gem
`gem 'formbuilder-rb'`
Expand Down

0 comments on commit 727125e

Please sign in to comment.