File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,11 @@ You can install it with `cargo install --path src/tools/x`.
67
67
68
68
## Create a ` config.toml `
69
69
70
- To start, run ` ./x.py setup ` . This will do some initialization and create a
71
- ` config.toml ` for you with reasonable defaults.
70
+ To start, run ` ./x.py setup ` and select the ` compiler ` defaults. This will do some initialization
71
+ and create a ` config.toml ` for you with reasonable defaults. If you use a different default (which
72
+ you'll likely want to do if you want to contribute to an area of rust other than the compiler, such
73
+ as rustdoc), make sure to read information about that default (located in ` src/bootstrap/defaults ` )
74
+ as the build process may be different for other defaults.
72
75
73
76
Alternatively, you can write ` config.toml ` by hand. See ` config.example.toml ` for all the available
74
77
settings and explanations of them. See ` src/bootstrap/defaults ` for common settings to change.
You can’t perform that action at this time.
0 commit comments