]> git.lizzy.rs Git - rust.git/blobdiff - README.md
Auto merge of #44607 - alexcrichton:rustbuild-no-j, r=Mark-Simulacrum
[rust.git] / README.md
index a1f018610753c801c34e0ab0f96a6f7d261b9590..78a9f509bbcb4c79b37608963b241f748b8aa64b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Read ["Installation"] from [The Book].
     ```
 
     > ***Note:*** Install locations can be adjusted by copying the config file
-    > from `./src/bootstrap/config.toml.example` to `./config.toml`, and
+    > from `./config.toml.example` to `./config.toml`, and
     > adjusting the `prefix` option under `[install]`. Various other options, such
     > as enabling debug information, are also supported, and are documented in
     > the config file.
@@ -135,7 +135,7 @@ Windows build triples are:
     - `i686-pc-windows-msvc`
     - `x86_64-pc-windows-msvc`
 
-The build triple can be specified by either specifying `--build=ABI` when
+The build triple can be specified by either specifying `--build=<triple>` when
 invoking `x.py` commands, or by copying the `config.toml` file (as described
 in Building From Source), and modifying the `build` option under the `[build]`
 section.