Added some install comments

This commit is contained in:
Wade Alcorn
2012-01-12 20:55:02 +10:00
parent e064b330dc
commit dd6f7496ad

View File

@@ -41,6 +41,9 @@ gem "curb"
gem "test-unit"
gem "selenium"
gem "selenium-webdriver"
# nokogirl is needed by capybara which may require one of the below commands
# sudo apt-get install libxslt-dev libxml2-dev
# sudo port install libxml2 libxslt
gem "capybara"
source "http://rubygems.org"