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

change install link #13

Open
0xkrnn opened this issue May 27, 2022 · 1 comment
Open

change install link #13

0xkrnn opened this issue May 27, 2022 · 1 comment

Comments

@0xkrnn
Copy link

0xkrnn commented May 27, 2022

change Install link go get -u https://github.com/takshal/freq (this) to go install github.com/takshal/freq@latest
Remove https://

@Giddyspurz
Copy link

Exactly man I encountered the same issue while trying to install this tool and turns out the error I was getting was:

package https:/github.com/takshal/freq: https:/github.com/takshal/freq: invalid import path: malformed import path "https:/github.com/takshal/freq": invalid char ':' ----> an Invalid char ':'

This actually worked for me too: go install github.com/takshal/freq@latest

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

No branches or pull requests

2 participants