summary refs log tree commit diff
path: root/src/doc/trpl/installing-rust.md
AgeCommit message (Collapse)AuthorLines
2015-10-26Remove use of 'just' in trpl/installing-rust.mdCharlotte Spencer-4/+4
The beginning of the work that needs to be done as part of #28835.
2015-10-22Auto merge of #29170 - kini:curl-sh-disclaimer, r=steveklabnikbors-5/+9
The paragraph here seemed confusing, so I reworded it. Also added another possible reason why `curl | sh` might be objectionable to users. r? @steveklabnik
2015-10-20doc: Clarify supported platforms and tiersAlex Crichton-15/+84
This commit expands the "supported platforms" section of the book to include documentation on the tiers that Rust currently has as well as organizing all supported platforms into these various tiers. Infrastructure improvements over the next few months are likely to change the location of may of these platforms over, but for now this should faithfully represent what we've got today!
2015-10-19Replace -- with —Keshav Kini-1/+1
2015-10-19Reword `curl | sh` disclaimer in TRPL §2.1Keshav Kini-5/+9
The paragraph here seemed confusing, so I reworded it. Also added another possible reason why `curl | sh` might be objectionable to users.
2015-10-09Some tidying upJonathan Hansford-18/+19
Improving the use of 2nd and 3rd person Adding a few contractions to make the text less formal Tidying up some notes Providing a little bit more clarification for Windows users
2015-10-092nd to 3rd personJonathan Hansford-32/+31
Replacing all references to the 2nd person with references to the 3rd person (excluding `authors = [ "Your name <you@example.com>" ]` and `file:///home/yourname/projects/hello_world` in `hello-cargo.md`)
2015-10-07Update TRPL/Installing Rust to avoid concrete version numbersDaniel Carral-8/+3
As discussed in PR #28817
2015-09-16Change OSX version req wording to match Linux.Dongie Agnir-1/+1
2015-08-11rollup merge of #27682: neurons/np.27681Alex Crichton-2/+2
PR for [Issue #27681] (https://github.com/rust-lang/rust/issues/27681). A simple update to the latest version of rust when typing the command rustc --version.
2015-08-11Update version number response for new version of rustNiranjan Padmanabhan-2/+2
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-2/+2
Also fixes a few outdated links.
2015-07-22Path changed to %PATH%Jonathan Hansford-6/+6
The two references to the "Path system variable" have changed to the "%PATH% system variable".
2015-07-21Guidance on Windows install re "Add to PATH"Jonathan Hansford-2/+13
Updated "Installing Rust" and "After installation" to provide additional guidance to Windows users on including Rust in the Path system variable.
2015-06-23Add some more headers to installation documentationsDirkjan Ochtman-0/+6
In particular, I found that the disclaimer (promised in the second paragraph) doesn't stand out right now. I think the extra headers help with scanning this document, and making it easier to discern which steps are relevant to my particular flow through the options.
2015-06-11Don't link to specific versions of rust in the book.Steven Allen-7/+5
They're forever doomed to be out-of-date. Also, don't assume the user is installing a particular version.
2015-05-29Make note about $ more prominent.Steve Klabnik-2/+6
Fixes #25554
2015-05-25TRPL: Clean up some Markdown linksPascal Hertleif-4/+4
In all other places the IDs of link references are without spaces (and explicitly set).
2015-05-16Update windows install links to 1.0Maximilian Haack-2/+2
Fixes #25489
2015-05-16Update the shown installed rust version to 1.0Maximilian Haack-1/+1
:tada: :tada: :tada:
2015-05-04doc: rustup.sh doesn't require sudoBrian Anderson-7/+5
2015-04-16Fix link id for stackoverflowTing-Yu Lin-2/+2
The document does not display properly if the link id contains a space.
2015-04-15Fix link formatting errorBrett Cannon-2/+2
Had a newline in middle of a link, causing the link text to be shown with `[]`.
2015-04-10More editing work on TRPLSteve Klabnik-31/+37
Fill out blank section headers. Copy edit the entire first section.
2015-04-03Update Rust install instructions in TRPLSteve Klabnik-2/+2
Default is now beta, add nightly in the unstable section
2015-03-13Add the -s flag to the suggested rustup invocationJakub Bukaj-2/+2
curl's progress meter would otherwise interfere with sudo's password prompt. In addition, add the -f flag to make sure 4xx status codes are treated as errors.
2015-03-11Add note about local documentation installationSteve Klabnik-0/+5
Fixes #23244
2015-02-27Update expected output of `rustc --version`Kevin Yap-2/+2
The format of `rustc --version` was changed in #21957.
2015-02-12Update uninstall instructionsBrian Anderson-3/+3
2015-01-23remove discuss link from the bookSteve Klabnik-3/+2
2015-01-08Fix dead links in the guide and reorganizeAlex Crichton-0/+89