From 532bf267afa20c8be909dbf89f3c3c283bf10bca Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 4 Aug 2020 12:19:15 +1000 Subject: [PATCH] Fixup typo in 'xcode-select --install' --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c6d743eaba..b8a10e01e8 100644 --- a/README.md +++ b/README.md @@ -185,9 +185,8 @@ command: Building on macOS assumes that the "Command Tools for Xcode" are installed. These can be downloaded from [https://developer.apple.com/download/more/](https://developer.apple.com/download/more/) -or, if you have Xcode already installed, you can run -`xcode-select--install`. (Note that an Apple ID may be required to access the download -page.) +or, if you have Xcode already installed, you can run `xcode-select --install`. +(Note that an Apple ID may be required to access the download page.) #### Dependencies