about summary refs log tree commit diff
path: root/src/doc/book/getting-started.md
AgeCommit message (Collapse)AuthorLines
2017-02-13Port TRPL to mdbookSteve Klabnik-550/+0
1. move everything under a src directory 2. add README.md to the SUMMARY.md
2016-12-16Update book for rustupBrian Anderson-9/+23
2016-12-16Book: rustup.sh -> rustup.rsSteve Klabnik-21/+7
Fixes #35653 cc https://github.com/rust-lang/rust-www/pull/621
2016-11-04book: Removed platform compatibility table, link to the forgeBrian Anderson-99/+12
The content is duplicated, and it doesn't need to be in this location. It's mostly trivia that doesn't apply to most of the audience. The forge is up to date.
2016-10-02Avoid introducing `run` twicePhilip Davis-0/+3
As it stands, getting-started and guessing-game both introduce `run` as a new command. The second should probably make it clear that the reader has seen it before :)
2016-09-27Improve documention troubleshooting missing linker. Fix #32208.Paulo Matos-6/+16
2016-09-26Remove whitespace from line endingsVanja Cosic-4/+4
2016-09-18Updated "Getting started". Trying to fix #34523Vanja Cosic-5/+6
- Updated paragraphs and wording for clarity. - Renamed `helloworld.rs` to `myprogram.rs` to make it clearer that it's an unrelated example.
2016-07-07more windows documentation in getting-startedPhlogistic Fugu-6/+9
- minor pronoun fix We -> You - PATH troubleshooting - dir output is vertical (but did not include timestamps) - executables not in %PATH% require .\
2016-05-07Add armv7-linux-androideabi target.Nerijus Arlauskas-0/+1
2016-05-01doc/book/getting-started.md: Removed references to creating a new executable ↵Stephen Mather-3/+3
from 'Converting to Cargo'.
2016-05-01doc/book/getting-started.md: Corrected spelling of 'Internet'.Stephen Mather-1/+1
2016-04-27Fix use of the `move` command in the Windows shellTomáš Hübelbauer-1/+1
`move` work both in `cmd` and in Powershell. `mv` works only in Powershell and the book says nothing about which shell is recommended so this could confuse beginners. Closes #33219.
2016-04-20Auto merge of #32968 - alexcrichton:update-suport, r=brsonbors-26/+29
doc: Update our tier support This modifies our listing of tiered platforms a few ways: * All lists are alphabetized based on target now * Lots of targets are moved up to "Tier 2" as we're gating on all these builds and official releases are provided (and installable via rustup). * A few targets now list having a compiler + cargo now as well. No more platforms have been moved up to Tier 1 at this time, however. The only real candidate is ``x86_64-unknown-linux-musl`, but that's not *quite* to a tier 1 level of quality just yet so let's hold off for another release or so to iron it out a bit.
2016-04-14doc: Update our tier supportAlex Crichton-26/+29
This modifies our listing of tiered platforms a few ways: * All lists are alphabetized based on target now * Lots of targets are moved up to "Tier 2" as we're gating on all these builds and official releases are provided (and installable via rustup). * A few targets now list having a compiler + cargo now as well. No more platforms have been moved up to Tier 1 at this time, however. The only real candidate is ``x86_64-unknown-linux-musl`, but that's not *quite* to a tier 1 level of quality just yet so let's hold off for another release or so to iron it out a bit.
2016-04-13Doc fix: Update Cargo.toml in book/getting-startedDeepak Kannan-0/+4
The Cargo.toml mentioned in book/getting-started is missing the section called `[dependencies]`
2016-03-31Using only one Mibbit link for access the two channelsDavid AO Lozano-8/+6
2016-03-31Adding #rust-beginners to README and pointing the two channels on ↵David AO Lozano-7/+11
getting-started
2016-03-31Misspelled beginners in one placeDavid AO Lozano-1/+1
2016-03-31Book: in beginner guide change irc channel #rust → #rust-beginnersDavid AO Lozano-3/+3
2016-03-27Getting Started: "copy" -> "move"Christian Wesselhoeft-1/+1
2016-03-16FreeBSD has already supported CargoTang Chenglong-2/+2
Both Packages and Ports of FreeBSD have Cargo in present.
2016-03-13Rollup merge of #32218 - cantino:minor_book_typo_fixes, r=steveklabnikManish Goregaokar-1/+1
Fix minor typos in doc.rust-lang.org/book I've made a few typo and grammar fixes as I've been working through the book.
2016-03-12Fix minor typos in doc.rust-lang.org/bookAndrew Cantino-1/+1
2016-03-10Update getting-started.mdNoah-13/+1
In `rustc 1.7.0` the message that is displayed is now `Rust is ready to roll.`
2016-02-02Rollup merge of #31348 - alexcrichton:shuffle-tiers, r=steveklabnikSteve Klabnik-1/+5
Some other shufflings as well: * Three powerpc triples for Linux have been added recently * An armv7 linux triple was added recently * The 64-bit Solaris triple is now mentioned in tier 3 We are currently now also building nightlies for iOS, powerpc triples, and armv7, but there hasn't been much vetting of the triples themselves so I've left them in tier 3 for now.
2016-02-01doc: Move 32-bit MSVC to a tier 1 platformAlex Crichton-1/+5
Some other shufflings as well: * Three powerpc triples for Linux have been added recently * An armv7 linux triple was added recently * The 64-bit Solaris triple is now mentioned in tier 3 We are currently now also building nightlies for iOS, powerpc triples, and armv7, but there hasn't been much vetting of the triples themselves so I've left them in tier 3 for now.
2016-02-01Fix typo in doc/book/getting-started.mdPrayag Verma-1/+1
Spelling mistake - `familliar` > `familiar`
2016-01-26Rollup merge of #31199 - steveklabnik:gh31181, r=ManishearthManish Goregaokar-0/+4
Fixes #31181
2016-01-25Mention the need for a linkerSteve Klabnik-0/+4
Fixes #31181
2016-01-25Replace link to learn-rust in the bookOliver Middleton-3/+3
It was removed in #30595. Also delete the old learn-rust.md.
2016-01-23Clarify when `Cargo.lock` is created by `cargo build` in the bookDirk Gadsden-3/+5
Also remove a "finally" in the section about building for release to make it feel a bit friendlier.
2016-01-22Fix typo in "Getting Started" section of the bookAndrew Paseltiner-1/+1
Closes #31103
2016-01-15Clarify what a crate is, within the "Getting Started" chapter.Luke Jones-3/+5
* ref: Issue #30825 Small punctuation change in "Crates and Modules".
2016-01-11Rollup merge of #30812 - D101101:patch-2, r=steveklabnikSimonas Kazlauskas-4/+4
r? @steveklabnik
2016-01-11Fix link in getting-started.mdSergey Veselkov-4/+4
2016-01-09Remove many instances of 'just'Steve Klabnik-6/+6
Doing so is considered weaker writing. Thanks @Charlotteis! Fixes #28810
2016-01-06Be consistent about what is a "chapter" versus a "section"Michael F. Lamb-2/+2
2015-12-10book: Update Tier 2 platformsAlex Crichton-24/+24
We've got lots of new automation set up in the past few months, so these platforms are now all tier 2 as we're building artifacts and gating on them.
2015-11-19src/doc/trpl -> src/doc/bookSteve Klabnik-0/+610
The book was located under 'src/doc/trpl' because originally, it was going to be hosted under that URL. Late in the game, before 1.0, we decided that /book was a better one, so we changed the output, but not the input. This causes confusion for no good reason. So we'll change the source directory to look like the output directory, like for every other thing in src/doc.