From cd11163b6d7b84517f6ca402e1b9940e49848071 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 15 Dec 2017 14:53:54 +1100 Subject: [PATCH] fix case (cherry picked from commit 68a2932f7519c960eeb99ce72f14df036ffbb32d) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd5bb07768..c210da8df9 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ affect compilation: Building on MacOS assumes that the "Command Tools for Xcode" is installed. This can be downloaded from https://developer.apple.com/download/more/ -or if you have Xcode already installed you can run "Xcode-select --install". +or if you have Xcode already installed you can run "xcode-select --install". This will add /usr/include to the system and install the compiler and other tools so that they can be easily found.