Skip to content

Commit

Permalink
Tweak the installation instructions in the README
Browse files Browse the repository at this point in the history
Update the instructions to reflect that we have binary installers for all
supported platforms, and move the building from source directions into a
dedicated "Building from Source" directory.
  • Loading branch information
alexcrichton committed Apr 2, 2014
1 parent 606a316 commit 46867cc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,19 @@ documentation.

## Quick Start

### Windows

1. Download and use the [installer and MinGW][win-wiki].
1. Download a [binary insaller][installer] for your platform.
2. Read the [tutorial].
2. Enjoy!
3. Enjoy!

> ***Note:*** Windows users can read the detailed
> [getting started][wiki-start] notes on the wiki.
[installer]: http://www.rust-lang.org/install.html
[tutorial]: http://static.rust-lang.org/doc/tutorial.html
[wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
[win-wiki]: https://github.com/mozilla/rust/wiki/Using-Rust-on-Windows

### Linux / OS X
## Building from Source

1. Make sure you have installed the dependencies:
* `g++` 4.4 or `clang++` 3.x
Expand Down

9 comments on commit 46867cc

@bors
Copy link
Contributor

@bors bors commented on 46867cc Apr 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from brson
at alexcrichton@46867cc

@bors
Copy link
Contributor

@bors bors commented on 46867cc Apr 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging alexcrichton/rust/release = 46867cc into auto

@bors
Copy link
Contributor

@bors bors commented on 46867cc Apr 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alexcrichton/rust/release = 46867cc merged ok, testing candidate = b722f3ea

@bors
Copy link
Contributor

@bors bors commented on 46867cc Apr 3, 2014

@bors
Copy link
Contributor

@bors bors commented on 46867cc Apr 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from brson
at alexcrichton@46867cc

@bors
Copy link
Contributor

@bors bors commented on 46867cc Apr 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging alexcrichton/rust/release = 46867cc into auto

@bors
Copy link
Contributor

@bors bors commented on 46867cc Apr 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alexcrichton/rust/release = 46867cc merged ok, testing candidate = bb31cb8

@bors
Copy link
Contributor

@bors bors commented on 46867cc Apr 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 46867cc Apr 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = bb31cb8

Please sign in to comment.