New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add platform detection install script similar to 'rustup.sh' #186
Comments
|
@alexcrichton what do we have to do to make this happen. We also discussed last week having it included in the Rust |
|
Super +1 to just having it in the Rust |
|
Cargo still needs a strategy for installing and uninstalling itself. rustup is just a script that downloads and runs an installer. I might suggest having it 'tap into' Rust's installer so, register itself in the manifest, so that the Rust installer also uninstalls cargo, but Rust has multiple installation methods, not all of which use the same uninstall mechanism. |
|
Merged upstream! The main |
|
Nice! |
linux,winandmac.Source:
http://www.rust-lang.org/rustup.sh
Link suggestion:
http://www.rust-lang.org/cargoup.sh
The text was updated successfully, but these errors were encountered: