I’m updating the Homebrew installation instructions for the CLI walkthrough
- from https://exercism.org/cli-walkthrough, click Mac → No → Yes → No
The given ruby
command line is now disabled apparently (according to a posting on gitter.im) and has to be replaced. This walkthrough page uses screenshots to illustrate what’s the user should expect to see, so they can’t simply be edited.
I already have brew installed so I can’t be sure what I see when I re-install is what a new user will see.
My request: a Mac user who does not have brew installed, please install it using the bash command
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
and paste the output in a reply post. Screenshots aren’t necessary, the text output is sufficient.