diff options
| author | Alex Burka <durka42+github@gmail.com> | 2016-09-03 02:02:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-03 02:02:03 -0400 |
| commit | a34485ff1925e81702bbb46bf2a5634fa008672b (patch) | |
| tree | f06f030558efac854920f26054d189bb45f60fd6 /src | |
| parent | 63520c1089f37762d6a3d357fc4d750a0475980a (diff) | |
| download | rust-a34485ff1925e81702bbb46bf2a5634fa008672b.tar.gz rust-a34485ff1925e81702bbb46bf2a5634fa008672b.zip | |
change wording
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/config.toml.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bootstrap/config.toml.example b/src/bootstrap/config.toml.example index 9e8910669a0..20c91960e9e 100644 --- a/src/bootstrap/config.toml.example +++ b/src/bootstrap/config.toml.example @@ -1,6 +1,7 @@ # Sample TOML configuration file for building Rust. # -# To configure rustbuild, copy this file to ../config.toml. +# To configure rustbuild, copy this file to the directory from which you will be +# running the build, and name it config.toml. # # All options are commented out by default in this file, and they're commented # out with their default values. The build system by default looks for |
