README.md in fasttext-0.1.1 vs README.md in fasttext-0.1.2

- old
+ new

@@ -238,13 +238,14 @@ model.predict("bon appétit") ``` ## rbenv -This library uses [Rice](https://github.com/jasonroelofs/rice) to interface with the fastText C++ library. Unfortunately, Rice and rbenv don’t play nicely together. This is actively [being addressed](https://github.com/rbenv/ruby-build/pull/1368), but in the meantime, if you encounter an error during installation, reinstall your Ruby version with the `--enable-shared` flag. +This library uses [Rice](https://github.com/jasonroelofs/rice) to interface with the fastText C++ library. Rice and earlier versions of rbenv don’t play nicely together. If you encounter an error during installation, upgrade ruby-build and reinstall your Ruby version. ```sh -CONFIGURE_OPTS="--enable-shared" rbenv install 2.6.5 +brew upgrade ruby-build +rbenv install [version] ``` ## History View the [changelog](https://github.com/ankane/fasttext/blob/master/CHANGELOG.md)