|
|
|
|
|
by ohbtvz
1272 days ago
|
|
I'm tired of installation instructions that consist of "curl | sh". Especially since this one just tries to detect the platform and downloads the correct installer for me. I know what platform I'm running, and I don't want to pipe the internet to my shell. In the end this is unpacking a tarball in ~/.rustup, I don't need the risk of running some bespoke script for that. |
|
I'll be happy to update it to suggest using rustup like "normal". Could you make a PR for that?