Forgot double dashes in xcode-select install
This commit is contained in:
parent
f88fb05d9f
commit
6c707aa839
|
@ -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):
|
macOS (make sure <a href="https://brew.sh/">Homebrew</a> is installed):
|
||||||
```bash
|
```bash
|
||||||
sudo xcode-select install && brew install glfw3 glew
|
sudo xcode-select --install && brew install glfw3 glew
|
||||||
```
|
```
|
||||||
|
|
||||||
Windows: No prerequisites
|
Windows: No prerequisites
|
||||||
|
|
Loading…
Reference in New Issue