Hacker News new | ask | show | jobs
by encryptluks2 1320 days ago
I'm confused why you need python 3 to install a Go app?

> curl https://hishtory.dev/install.py | python3 -

1 comments

If you'd rather `go install` it, that works too! The advantage of this is that it doesn't require users to have go installed. And if you look at the script, all it does is call an API to determine the latest pre-built version for the current OS and install it.