vendor/fastText/README.md in fasttext-0.1.2 vs vendor/fastText/README.md in fasttext-0.1.3

- old
+ new

@@ -87,12 +87,12 @@ There is also the master branch that contains all of our most recent work, but comes along with all the usual caveats of an unstable branch. You might want to use this if you are a developer or power-user. ### Building fastText using make (preferred) ``` -$ wget https://github.com/facebookresearch/fastText/archive/v0.9.1.zip -$ unzip v0.9.1.zip -$ cd fastText-0.9.1 +$ wget https://github.com/facebookresearch/fastText/archive/v0.9.2.zip +$ unzip v0.9.2.zip +$ cd fastText-0.9.2 $ make ``` This will produce object files for all the classes as well as the main binary `fasttext`. If you do not plan on using the default system-wide compiler, update the two macros defined at the beginning of the Makefile (CC and INCLUDES).