Error on `Building Arduino` wiki page for MacOS brew command
Open
Component: Documentation
Type: Bug
- Dominant language
- Java
- Stars
- 14.6k
- Forks
- 7k
- PR merge metrics
- No merged PRs in 30d
Description
The `Building Arduino` wiki page has an incorrect command line in the Mac OSX section. The command line:
- `brew cask install adoptopenjdk8`
should actually be:
- `brew install cask adoptopenjdk8`
Contributor guide
Assessment
This issue has not been assessed yet.