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:
parent
4a665f9eeb
commit
aec11e22b1
1 changed files with 5 additions and 1 deletions
|
@ -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].
|
||||||
|
|
Loading…
Reference in a new issue