louismullie / treat

Natural language processing framework for Ruby.
Other
1.37k stars 128 forks source link

Post-install instructions should use quotation marks #122

Open davidarndt opened 7 years ago

davidarndt commented 7 years ago

And they should print a newline at the end, too.

What I observed: Thanks for installing Treat. To complete the installation, run require treat in an IRB terminal, followed by Treat::Core::Installer.install.

But "require treat" did not work for me on OS X El Capitan. It should be: require 'treat' with the quotation marks.