Linuxbrew / legacy-linuxbrew

:skull: This repository is defunct, because it has been split into https://github.com/Linuxbrew/brew and https://github.com/Linuxbrew/homebrew-core
http://linuxbrew.sh
Other
2.23k stars 296 forks source link

Update Troubleshooting.md with fixed link and information about updating #1121

Closed hasAdamr closed 7 years ago

hasAdamr commented 7 years ago

Ignoring the message below because this is a doc update. A old tutorial had me install this old version and I was very confused when it directed me to this document.

DO NOT CREATE NEW PULL REQUESTS ON THIS REPOSITORY!

Please create formula pull requests at https://github.com/Linuxbrew/homebrew-core

Please create core code pull requests at https://github.com/Linuxbrew/brew

sjackman commented 7 years ago

Thanks for the PR, Adam. Could you please point me toward the old tutorial, and is it possible to update that old tutorial?

hasAdamr commented 7 years ago

@sjackman http://blog.teamtreehouse.com/install-node-js-npm-linux

sjackman commented 7 years ago

I've resolved this issue by instead updating the old install script to point users to the new Linuxbrew web page. https://github.com/Linuxbrew/legacy-linuxbrew/blob/go/install Now people following these instructions will see the error message…

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)"

The Linuxbrew GitHub repository has moved to https://github.com/Linuxbrew/brew Please see http://linuxbrew.sh for instructions to install Linuxbrew.

Thanks for the bug report, Adam!