Skip to content

Commit 3b5d7f8

Browse files
authored
Minor correction to sentence structure
1 parent 886f81e commit 3b5d7f8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The Rust Programming Language
22

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

66
[Rust]: https://www.rust-lang.org
77

@@ -54,9 +54,8 @@ or reading the [rustc dev guide][rustcguidebuild].
5454
$ cp config.toml.example config.toml
5555
```
5656

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

6160
Create install directory if you are not installing in default directory
6261

0 commit comments

Comments
 (0)