]> git.lizzy.rs Git - rust.git/blobdiff - README.md
normalize field types in copy implementations
[rust.git] / README.md
index 2133b17de0fbbe214a26807b540b9804520afb56..c1218e9c600ce772e82b053083393e84ad44f47c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -82,8 +82,9 @@ build.
    # Install build tools needed for Rust. If you're building a 32-bit compiler,
    # then replace "x86_64" below with "i686". If you've already got git, python,
    # or CMake installed and in PATH you can remove them from this list. Note
-   # that it is important that the `python2` and `cmake` packages **not** used.
-   # The build has historically been known to fail with these packages.
+   # that it is important that you do **not** use the 'python2' and 'cmake'
+   # packages from the 'msys2' subsystem. The build has historically been known
+   # to fail with these packages.
    $ pacman -S git \
                make \
                diffutils \