Hacker News new | ask | show | jobs
by owaislone 2369 days ago
Thanks for the tool. Easier install methods would be great. For now I've added the following to my bootstrap makefile:

    wget -qO- https://github.com/imsnif/what/releases/download/${WHAT_VERSION}/what-v${WHAT_VERSION}-x86_64-unknown-linux-musl.tar.gz |  tar xvz -C ~/bin/
1 comments

Care to share the bootstrap makefile?
https://github.com/owais/dotfiles/blob/master/Makefile

It's a mess and I've not used it for a while (haven't setup a new computer lately) but gets the point across.