rust-lang-deprecated/rustup.sh

Name: rustup.sh

Owner: rust-lang-deprecated

Description: The rustup.sh script for installing Rust from release channels

Created: 2015-04-10 00:39:24.0

Updated: 2018-02-28 22:39:20.0

Pushed: 2016-11-12 01:35:07.0

Homepage:

Size: 299

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

You're probably looking for rustup.rs if you arrived from Google

Despite being in rust-lang-nursery org, rustup.rs is now the default rustup.

Build Status

The rustup.sh script installs Rust from the Rust release channels. It is most often run as a copy of the file alone.

Note: rustup.sh will be replaced by rustup.rs.

 -sf https://static.rust-lang.org/rustup.sh | sudo sh

Features:

Examples

Download and install the default channel, currently beta.

up.sh

Install to a particular location.

up.sh --prefix=my/install/dir

Save downloads for faster re-installs.

up.sh --save

Install nightly.

up.sh --channel=nightly

Install nightly archives.

up.sh --channel=nightly --date=2015-04-09

Install explicit versions.

up.sh --revision=1.0.0-beta
Future work

License

This software is distributed under the terms of both the MIT license and/or the Apache License (Version 2.0), at your option.

See LICENSE-APACHE, LICENSE-MIT for details.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.