Skip to content

Commit 5d38ad8

Browse files
authored
Rollup merge of rust-lang#73649 - Anirban166:patch-1, r=steveklabnik
Fix sentence structure Fixed grammar and sentence structure on appropriate instances.
2 parents 4f25700 + 4c33b7c commit 5d38ad8

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# The Rust Programming Language
1+
<a href = "https://www.rust-lang.org/">
2+
<img width = "90%" height = "auto" src = "https://img.shields.io/badge/Rust-Programming%20Language-black?style=flat&logo=rust" alt = "The Rust Programming Language">
3+
</a>
24

35
This is the main source code repository for [Rust]. It contains the compiler,
4-
standard library, and documentation.
6+
standard library, and documentation.
57

68
[Rust]: https://www.rust-lang.org
79

@@ -17,9 +19,9 @@ Read ["Installation"] from [The Book].
1719
_Note: If you wish to contribute to the compiler, you should read [this
1820
chapter][rustcguidebuild] of the rustc-dev-guide instead of this section._
1921

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

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

@@ -54,9 +56,8 @@ or reading the [rustc dev guide][rustcguidebuild].
5456
$ cp config.toml.example config.toml
5557
```
5658

57-
It is recommended that if you plan to use the Rust build system to create
58-
an installation (using `./x.py install`) that you set the `prefix` value
59-
in the `[install]` section to a directory that you have write permissions.
59+
If you plan to use `x.py install` to create an installation, it is recommended
60+
that you set the `prefix` value in the `[install]` section to a directory.
6061

6162
Create install directory if you are not installing in default directory
6263

@@ -143,8 +144,8 @@ shell with:
143144
```
144145
145146
Currently, building Rust only works with some known versions of Visual Studio. If
146-
you have a more recent version installed the build system doesn't understand
147-
then you may need to force rustbuild to use an older version. This can be done
147+
you have a more recent version installed and the build system doesn't understand,
148+
you may need to force rustbuild to use an older version. This can be done
148149
by manually calling the appropriate vcvars file before running the bootstrap.
149150
150151
```batch

0 commit comments

Comments
 (0)