Skip to content

Commit

Permalink
Merge README.txt and INSTALL.txt into README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jul 10, 2012
1 parent f7564c7 commit c92d2ed
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
27 changes: 16 additions & 11 deletions INSTALL.txt → README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
### Installing Rust
# The Rust programming language

Source build
=========================
This is a compiler for Rust, including standard libraries, tools and
documentation.


## Installation

The Rust compiler is slightly unusual in that it is written in Rust and
therefore must be built by a precompiled "snapshot" version of itself (made in
Expand All @@ -27,10 +30,6 @@ To build from source you will also need the following prerequisite packages:
* gnu make 3.81 or later
* curl


Building and installing
=========================

Assuming you're on a relatively modern Linux/OSX system and have met the
prerequisites, something along these lines should work:

Expand All @@ -54,9 +53,15 @@ configure. Various other options are also supported, pass --help for more
information on them.


More help
=========================
## License

Rust is primarily distributed under the terms of the MIT license, with
portions covered by various BSD-like licenses.

See LICENSE.txt for complete terms of copyright and redistribution.


The tutorial is a good starting point:
## More help

http://dl.rust-lang.org/doc/tutorial.html
The [tutorial](http://dl.rust-lang.org/doc/tutorial.html) is a good
starting point.
6 changes: 0 additions & 6 deletions README.txt

This file was deleted.

0 comments on commit c92d2ed

Please sign in to comment.