New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wget Installation Instructions Need Updating #1151

Closed
ianmilligan1 opened this Issue Jan 25, 2019 · 1 comment

Comments

Projects
None yet
2 participants
@ianmilligan1
Copy link
Contributor

ianmilligan1 commented Jan 25, 2019

The wget lesson that I wrote needs to be updated to reflect new installation instructions.

From an e-mail I received:

You have:

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

Not only did that not work, but the Homebrew site (https://brew.sh) now suggests this:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

I will explore this when I find a chance either today or early next week, and can stage a PR for the PH team's review.

@mdlincoln

This comment has been minimized.

Copy link
Member

mdlincoln commented Jan 25, 2019

closed by #1152

@mdlincoln mdlincoln closed this Jan 25, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment