Forgot double dashes in xcode-select install

This commit is contained in:
Evan Su 2021-06-01 17:55:59 -04:00 committed by GitHub
parent f88fb05d9f
commit 6c707aa839
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ sudo apt-get install -y gcc make curl git tar wget xz-utils libx11-dev libxcurso
```
macOS (make sure <a href="https://brew.sh/">Homebrew</a> is installed):
```bash
sudo xcode-select install && brew install glfw3 glew
sudo xcode-select --install && brew install glfw3 glew
```
Windows: No prerequisites