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 1
1
# The Rust Programming Language
2
2
3
3
This is the main source code repository for [ Rust] . It contains the compiler,
4
- standard library and documentation.
4
+ standard library, and documentation.
5
5
6
6
[ Rust ] : https://www.rust-lang.org
7
7
@@ -54,9 +54,8 @@ or reading the [rustc dev guide][rustcguidebuild].
54
54
$ cp config.toml.example config.toml
55
55
```
56
56
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.
60
59
61
60
Create install directory if you are not installing in default directory
62
61
You can’t perform that action at this time.
0 commit comments