diff --git a/README.md b/README.md index c0f3e07..71acc84 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,14 @@ ffi-yajl is a Ruby adapter for the [yajl](http://lloyd.github.io/yajl/) JSON par ## How to Install -Install from the command-line: +**Warning** if building through Omnibus, a preinstalled ffi-yajl and libyajl2-gem version not matching the bundled version of the project you're attempting to build (e.g., Chef) may cause: + +`cannot find -lyajldll: No such file or directory` + +If your build script ends up up in this state, a short term fix is `gem uninstall -I libyajl2` before the failing `bundle install` + + +### Install from the command-line: ``` gem install ffi-yajl