We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I installed it on Windows 10 as:
gem install skippy
But got the result:
ERROR: Could not find a valid gem'skippy' (>=0) in any repository
How can I install it?
The text was updated successfully, but these errors were encountered:
Ah!, since this is marked as pre release you have to append --pre, the full command becoming gem install skippy --pre.
--pre
gem install skippy --pre
(I've been using Bundler for so long to manage gems I've forgotten about this. I'll update the readme.)
Sorry, something went wrong.
No branches or pull requests
I installed it on Windows 10 as:
But got the result:
How can I install it?
The text was updated successfully, but these errors were encountered: