freq icon indicating copy to clipboard operation
freq copied to clipboard

problem installation

Open midjarmaksor opened this issue 2 years ago • 5 comments

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

midjarmaksor avatar Mar 19 '22 20:03 midjarmaksor

Remove HTTPS:/ from path

DhiralGit avatar Mar 20 '22 06:03 DhiralGit

Remove HTTPS:/ from path

same error on this go get -u http://github.com/takshal/freq

r0x5r avatar Mar 20 '22 07:03 r0x5r

Remove HTTPS:/ from path

go get -u github.com/takshal/freq this work great

r0x5r avatar Mar 20 '22 07:03 r0x5r

sudo go install github.com/takshal/freq@latest

Then the binary should be in /root/go/bin/

luckythandel avatar Mar 20 '22 11:03 luckythandel

you can download a binary and run with go run main.go

takshal avatar Mar 21 '22 04:03 takshal