Skip to content

Commit d6cf8fc

Browse files
authored
Update README.md
1 parent 3b5d7f8 commit d6cf8fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The Rust Programming Language
1+
<img height = "50" src = "https://img.shields.io/badge/Rust-Programming%20Language-black?style=flat&logo=rust">
22

33
This is the main source code repository for [Rust]. It contains the compiler,
44
standard library, and documentation.
@@ -17,9 +17,9 @@ Read ["Installation"] from [The Book].
1717
_Note: If you wish to contribute to the compiler, you should read [this
1818
chapter][rustcguidebuild] of the rustc-dev-guide instead of this section._
1919

20-
The Rust build system has a Python script called `x.py` to bootstrap when building
21-
the compiler. More information about it can be found by running `./x.py --help`
22-
or reading the [rustc dev guide][rustcguidebuild].
20+
The Rust build system uses a Python script called x.py to build the compiler,
21+
which manages the bootstrapping process. More information about it can be found
22+
by running `./x.py --help` or reading the [rustc dev guide][rustcguidebuild].
2323

2424
[rustcguidebuild]: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html
2525

0 commit comments

Comments
 (0)