summary refs log tree commit diff
path: root/src/doc/trpl/installing-rust.md
AgeCommit message (Collapse)AuthorLines
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