From 27a83e3315f59f75595f19a751d7f9fab9630ac8 Mon Sep 17 00:00:00 2001 From: LArrowHead Date: Sat, 1 Sep 2018 10:59:18 -0400 Subject: [PATCH] Fix basic grammatical issues --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61ecd056..cd6fc6a3 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Next, you need to repeat the process, but for amd64: And then repeat all of the commands to install gcc and Wine dependencies again. -In addition, your host system will need to be able to run Wine in both 64- and +In addition, your host system will need to be able to run Wine in both 64-bit and 32-bit modes in order to create the default prefix. It is recommended to install Wine from your package manager, including its optional dependencies. @@ -138,7 +138,7 @@ build dxvk on your local system; refer to [the dxvk README.md](https://github.co Building for macOS --- To build Proton for macOS, install the latest Xcode command line tools, as -well as cmake (for openal-soft) and a recent nasm (for libjpeg-turbo), libtool, and automake. You can +well as cmake (for openal-soft), a recent nasm (for libjpeg-turbo), libtool, and automake. You can use a packager like [Homebrew](https://brew.sh/) to find these packages. brew install cmake nasm libtool automake