exercism / exercism/website-copy
CLI walkthrough: installing Homebrew on Mac: instructions out of date?
Open
- Dominant language
- HTML
- Stars
- 217
- Forks
- 944
- PR merge metrics
- No merged PRs in 30d
Description
On the walkthrough for installing on Mac, answer: Mac, No, Yes, No to get to the brew install instructions.
The suggested command is
```
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```
But the Homebrew page suggests
```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
I wonder if the ruby command is out of date.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.