updated README to explain the required setup for country_select

This commit is contained in:
Wilker Lucio 2010-09-21 02:02:18 +08:00 committed by José Valim
parent 3c0931a7af
commit 348b327e00
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ Run the generator:
rails generate simple_form:install
Also, if you want to use the country select, you will need the country_select plugin, install with following command:
rails plugin install git://github.com/rails/country_select.git
And you are ready to go. Since this branch aims Rails 3 support,
if you want to use it with Rails 2.3 you should check this branch: