| 32 | |
| 33 | == macOS == |
| 34 | |
| 35 | {{{ |
| 36 | ~$ brew doctor |
| 37 | Please note that these warnings are just used to help the Homebrew maintainers |
| 38 | with debugging if you file an issue. If everything you use Homebrew for is |
| 39 | working fine: please don't worry or file an issue; just ignore this. Thanks! |
| 40 | |
| 41 | Warning: A newer Command Line Tools release is available. |
| 42 | Update them from Software Update in System Preferences or run: |
| 43 | softwareupdate --all --install --force |
| 44 | |
| 45 | If that doesn't show you an update run: |
| 46 | sudo rm -rf /Library/Developer/CommandLineTools |
| 47 | sudo xcode-select --install |
| 48 | |
| 49 | Alternatively, manually download them from: |
| 50 | https://developer.apple.com/download/more/. |
| 51 | |
| 52 | }}} |