logoalt Hacker News

freakynityesterday at 2:45 AM2 repliesview on HN

Why not just downloadable binary then?


Replies

varencyesterday at 2:56 AM

For many, installing something with npm is still easier. It chooses the right binary for your OS/architecture, puts it on your PATH, and streamlines upgrades.

Their Github releases provides the binaries, as well as a `curl ... | sh` install method and a guide to use github releases attestation which I liked.

show 2 replies