Skip to content

Commit

Permalink
Fix xcode-select argument for Mac OS (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusd committed Mar 22, 2024
1 parent 91084cc commit 4464bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -52,7 +52,7 @@ produces output about how to execute the program. With `nuget.exe` installed, th
First, make sure that you have the XCode Command Line Tools installed:

```console
$ xcode-select -install
$ xcode-select --install
```

Installing the XCode Command Linux Tools will install Apple's version of the Clang compiler and other developer-support tools.
Expand Down

0 comments on commit 4464bc3

Please sign in to comment.