File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11# The Rust Programming Language
22
33This 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
You can’t perform that action at this time.
0 commit comments