mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 17:03:35 +00:00
Fix sentence structure
Fixed grammar and sentence structure on appropriate instances.
This commit is contained in:
parent
3b1c08c68c
commit
886f81e1d0
18
README.md
18
README.md
@ -1,7 +1,7 @@
|
|||||||
# The Rust Programming Language
|
# The Rust Programming Language
|
||||||
|
|
||||||
This is the main source code repository for [Rust]. It contains the compiler,
|
This is the main source code repository for [Rust]. It contains the compiler,
|
||||||
standard library, and documentation.
|
standard library and documentation.
|
||||||
|
|
||||||
[Rust]: https://www.rust-lang.org
|
[Rust]: https://www.rust-lang.org
|
||||||
|
|
||||||
@ -17,8 +17,8 @@ Read ["Installation"] from [The Book].
|
|||||||
_Note: If you wish to contribute to the compiler, you should read [this
|
_Note: If you wish to contribute to the compiler, you should read [this
|
||||||
chapter][rustcguidebuild] of the rustc-dev-guide instead of this section._
|
chapter][rustcguidebuild] of the rustc-dev-guide instead of this section._
|
||||||
|
|
||||||
The Rust build system has a Python script called `x.py` to bootstrap building
|
The Rust build system has a Python script called `x.py` to bootstrap when building
|
||||||
the compiler. More information about it may be found by running `./x.py --help`
|
the compiler. More information about it can be found by running `./x.py --help`
|
||||||
or reading the [rustc dev guide][rustcguidebuild].
|
or reading the [rustc dev guide][rustcguidebuild].
|
||||||
|
|
||||||
[rustcguidebuild]: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html
|
[rustcguidebuild]: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html
|
||||||
@ -54,9 +54,9 @@ or reading the [rustc dev guide][rustcguidebuild].
|
|||||||
$ cp config.toml.example config.toml
|
$ cp config.toml.example config.toml
|
||||||
```
|
```
|
||||||
|
|
||||||
It is recommended that if you plan to use the Rust build system to create
|
It is recommended that you set the `prefix` value in the `[install]`
|
||||||
an installation (using `./x.py install`) that you set the `prefix` value
|
section to a directory that you have write permissions if you plan to use
|
||||||
in the `[install]` section to a directory that you have write permissions.
|
the Rust build system to create an installation. (using `./x.py install`)
|
||||||
|
|
||||||
Create install directory if you are not installing in default directory
|
Create install directory if you are not installing in default directory
|
||||||
|
|
||||||
@ -143,8 +143,8 @@ shell with:
|
|||||||
```
|
```
|
||||||
|
|
||||||
Currently, building Rust only works with some known versions of Visual Studio. If
|
Currently, building Rust only works with some known versions of Visual Studio. If
|
||||||
you have a more recent version installed the build system doesn't understand
|
you have a more recent version installed and the build system doesn't understand,
|
||||||
then you may need to force rustbuild to use an older version. This can be done
|
you may need to force rustbuild to use an older version. This can be done
|
||||||
by manually calling the appropriate vcvars file before running the bootstrap.
|
by manually calling the appropriate vcvars file before running the bootstrap.
|
||||||
|
|
||||||
```batch
|
```batch
|
||||||
|
Loading…
Reference in New Issue
Block a user