We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301132f commit d211d00Copy full SHA for d211d00
docs/os-development/macos.md
@@ -17,7 +17,7 @@ That will take a while, because it recursively clones MicroPython, LVGL, ESP-IDF
17
While that's going on, make sure you have everything installed to compile code:
18
19
```
20
-xcode-select --install || true # already installed on github
+xcode-select --install
21
brew install pkg-config libffi ninja make SDL2
22
23
0 commit comments