Skip to content

Commit d211d00

Browse files
Simplify
1 parent 301132f commit d211d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/os-development/macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ That will take a while, because it recursively clones MicroPython, LVGL, ESP-IDF
1717
While that's going on, make sure you have everything installed to compile code:
1818

1919
```
20-
xcode-select --install || true # already installed on github
20+
xcode-select --install
2121
brew install pkg-config libffi ninja make SDL2
2222
```
2323

0 commit comments

Comments
 (0)