tomnomnom / anew

A tool for adding new lines to files, skipping duplicates
MIT License
1.34k stars 147 forks source link

I can't install #15

Closed Chr1sto-sec closed 2 years ago

Chr1sto-sec commented 2 years ago

go install -v github.com/tomnomnom/anew@latest No command output is displayed

Chr1sto-sec commented 2 years ago

by the way GOVERSION="go1.17.7"

Yuuu99 commented 2 years ago

我也遇到了这个问题,请问你解决了吗

Yuuu99 commented 2 years ago

我已解决,没有回显就是下载完成的意思,文件存放在go/bin/路径下

rikosoo commented 2 years ago

Here I tried but I can't install too. And i didn't fint in go/bin

tomnomnom commented 2 years ago

The instructions in the README have now been updated to reflect the new way to install the tool, and a go.mod file has been added.

go install -v github.com/tomnomnom/anew@latest should work now assuming a correctly functioning Go install :)