You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 IRBterminal, 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.
The text was updated successfully, but these errors were encountered: