Skip to content
New issue

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

How to install Gem #21

Open
Eneroth3 opened this issue Jan 11, 2018 · 4 comments
Open

How to install Gem #21

Eneroth3 opened this issue Jan 11, 2018 · 4 comments

Comments

@Eneroth3
Copy link
Contributor

I'm having problem installing the Gem. The README states you install using gem install skippy but I'm getting the following error message:

ERROR:  Could not find a valid gem 'skippy' (>= 0) in any repository
ERROR:  Possible alternatives: snippy, flippy, kippt, sappy, shippo

Am I missing something?

@thomthom
Copy link
Owner

Ah, right - I see. When you install it for the first time you need an additional flag because it's currently only available in a pre-release version. So I think you need to do the following:

gem install skippy --pre

I should update the README with that until a proper production version is ready.

@thomthom thomthom self-assigned this Jan 12, 2018
@Eneroth3
Copy link
Contributor Author

Thanks! Got it to work now.

I also had to install Git for Windows and att its path to the Windows environment variable PATH. Perhaps this process could be described or automated?

@thomthom
Copy link
Owner

I can add a note in the README. But I don't want to meddle with people systems by installing git for them.

@thomthom
Copy link
Owner

By the way, once you have a dev version installed I think you can omit --pre whenever you do gem update skippy. (I think....)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants