DEV Community

Discussion on: How to Set Up a Mac for Web Development

Collapse
 
claire profile image
Claire Martinez

your brew install command is missing a starting quote it should be

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

Collapse
 
ooloth profile image
Michael Uloth

Thank you! I'm not sure how I missed that and so glad you caught it.

I've updated the post with starting quote added.