I was trying to find a way to install lynx on MacOS and found this page that suggested typing the following into terminal (see below). However, it didn't seem to do anything. The website itself (macappstore.org) doesn't seem very legit now that I look at it. I'm wondering if I should be concerned that I installed a back door by mistake.
Thanks.
Install the App
Done! You can now use lynx.
- Press Command+Space and type Terminal and press enter/return key.
- Run in Terminal app:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish.- Run:
brew install lynx
Thanks.