Hacker News new | ask | show | jobs
by detaro 1237 days ago
As clearly laid out in the article, the rust equivalent to npm install is

    cargo install foo

The entire point of providing downloads is for people who don't have dev tools already installed.