]> git.lizzy.rs Git - rust.git/blobdiff - README.md
Rollup merge of #102281 - RalfJung:invalid-enums, r=cjgillot
[rust.git] / README.md
index 4692d6cf311a57d44aed610183cd8da55fe12c78..27e7145c5a99e4afadff029b4685473f0423ac5f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ The `x.py` command can be run directly on most systems in the following format:
 
 This is how the documentation and examples assume you are running `x.py`.
 
-Systems such as Ubuntu 20.04 LTS do not create the necessary `python` command by default when Python is installed that allows `x.py` to be run directly. In that case, you can either create a symlink for `python` (Ubuntu provides the `python-is-python3` package for this) or run `x.py` using Python itself:
+Systems such as Ubuntu 20.04 LTS do not create the necessary `python` command by default when Python is installed that allows `x.py` to be run directly. In that case, you can either create a symlink for `python` (Ubuntu provides the `python-is-python3` package for this), or run `x.py` using Python itself:
 
 ```sh
 # Python 3
@@ -117,7 +117,7 @@ the GNU build to interop with GNU software built using the MinGW/MSYS2 toolchain
 1. Download the latest [MSYS2 installer][msys2] and go through the installer.
 
 2. Run `mingw32_shell.bat` or `mingw64_shell.bat` from the MSYS2 installation
-   directory (i.e. `C:\msys64`), depending on whether you want 32-bit or 64-bit
+   directory (e.g. `C:\msys64`), depending on whether you want 32-bit or 64-bit
    Rust. (As of the latest version of MSYS2 you have to run `msys2_shell.cmd
    -mingw32` or `msys2_shell.cmd -mingw64` from the command line instead)