1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

add note about libffi to readme

This commit is contained in:
Jonas Nicklas 2010-01-17 16:31:40 +01:00
parent 4a665f9eeb
commit aec11e22b1

View file

@ -12,10 +12,14 @@ Celerity and Selenium support built in.
== Install: == Install:
Capybara is hosted on Gemcutter, install it with: Install as a gem:
sudo gem install capybara sudo gem install capybara
On OSX you may have to install libffi, you can install it via MacPorts via:
sudo port install libffi
== Development: == Development:
* Source hosted at {GitHub}[http://github.com/jnicklas/capybara]. * Source hosted at {GitHub}[http://github.com/jnicklas/capybara].