suggestion for install command (typo prevents install) #94
Unanswered
ejonesss
asked this question in
Everyday usage
Replies: 2 comments
-
This is a standard for representing commands that you have to input in a terminal, they are prefixed by |
Beta Was this translation helpful? Give feedback.
0 replies
-
Updated in Homebrew/brew.sh#536. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
causes command not found error and after a google search i found i had to use
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
it seems as the $ is the problem
you may want to update the front page as others will have the same problem
i am on catalina on a vmware instance and could not install due to typo
Beta Was this translation helpful? Give feedback.
All reactions