-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #137 from rust-lang/docs-document-rustup
docs: document rustup
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Rustup | ||
|
||
Rustup is the recommended tool for installing Rust. | ||
It is a command line tool that manages Rust versions and associated tools. | ||
|
||
The Infra team maintains the infrastructure for Rustup: | ||
|
||
- [rustup](https://github.com/rust-lang/simpleinfra/tree/master/terragrunt/modules/rustup) | ||
terragrunt module. | ||
An S3 bucket called `rustup-build` for storing the Rustup binaries, | ||
distributed through CloudFront CDN at `rustup-builds.rust-lang.org`. | ||
The [rust-lang/rustup](https://github.com/rust-lang/rustup) | ||
GitHub repository builds and uploads Rustup artifacts | ||
to this S3 bucket. | ||
- [win-rustup-rs](https://github.com/rust-lang/simpleinfra/tree/master/terragrunt/modules/win-rustup-rs) | ||
terragrunt module. | ||
A Cloudfront distribution of the `/rustup/dist` path of the `static-rust-lang-org` bucket providing convenient short for downloading | ||
rustup on Windows. |