-
Notifications
You must be signed in to change notification settings - Fork 340
Does not install to /usr/bin/gist under Ubuntu 18.04 #300
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
Comments
It installed fine for me to |
@ConradIrwin, @lucasrangit |
@viveksinghggits , I didn't realize this before but the upstream package renames the binary to |
I suggested a change to the README.md to document this for those that want to use |
aah, I see. Thats why I was see below in the output of dpkg
|
I installed via apt, and it could not find the gist command in the terminal.
Then I installed via gem, it could not find the command either.
It only worked after I soft linked it to /usr/bin/ with
ln -s /var/lib/gems/2.5.0/gems/gist-5.0.0/bin/gist /usr/bin/gist
Is the problem with this project, with gem or with apt? Or am I doing something wrong? 😥
The text was updated successfully, but these errors were encountered: