Add cargo-install instructions to install.md#2036
Conversation
I was not aware of cargo-binstall and assumed it to be a typo. cargo install seems to work, and cargo binstall requires an extra step, worth documenting IMHO
|
|
Swapped the sections for cargo-install and cargo-binstall commands.
Yeah makes sense. I have updated the PR with swapping the two. Of course, I can't seem to squash the two commits into one, so that's something you may wanna do when you merge this? |
|
Actually, I just noticed the section right below this is for |
| #### cargo-install | ||
|
|
||
| ```sh | ||
| cargo install cargo-dist |
There was a problem hiding this comment.
cargo install --locked cargo-dist, as well as mentioning that this will install from source
I was not aware of cargo-binstall and assumed it to be a typo. cargo install seems to work, and cargo binstall requires an extra step, worth documenting IMHO