Skip to content

Commit 32a4248

Browse files
Update wording of location to copy config.toml
1 parent a00ab04 commit 32a4248

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ your system. In most cases, that will just mean using the defaults provided
100100
for Rust.
101101

102102
To change configuration, you must copy the file `src/bootstrap/config.toml.example`
103-
to `config.toml` in the project root, and change the settings provided.
103+
to `config.toml` in the directory from which you will be running the build, and
104+
change the settings provided.
104105

105106
There are large number of options provided in this config file that will alter the
106107
configuration used in the build process. Some options to note:
@@ -119,7 +120,7 @@ For more options, the `config.toml` file contains commented out defaults, with
119120
descriptions of what each option will do.
120121

121122
Note: Previously the `./configure` script was used for configuration, but
122-
is now deprecated. If you still have a `config.mk` file in your project root,
123+
is now deprecated. If you still have a `config.mk` file in your directory,
123124
you may need to delete it for `config.toml` to work.
124125

125126
### Building

0 commit comments

Comments
 (0)