Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sites/en/installfest/_install_homebrew.step
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

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

message "You may have to press 'ENTER' when prompted and type in your password."

important "If that doesn't work, visit <https://github.com/Homebrew/homebrew/wiki/installation> and follow the instructions there."
important "If that doesn't work, visit <https://docs.brew.sh/Installation> and follow the instructions there."

verify do
console "brew -v"
Expand Down