
1. 打开终端(Terminal)。在Finder中,点击“应用程序”文件夹,然后选择“实用工具”文件夹。在实用工具文件夹中,找到并双击“终端”。
2. 输入以下命令,将Chrome浏览器的安装路径替换为您想要的路径:
curl -sS https://dl-ssl.google.com/mac/chrome/install/mac_x64 | /usr/local/bin/git --git-dir=/usr/local/Cellar/Google/Beta --work-dir=/usr/local/Cellar/Google/Beta/Install --depth=1 --no-progressbar install
3. 按回车键执行命令。安装完成后,您可以通过输入以下命令启动Chrome浏览器:
open -a Google\ Chrome
现在,您已经成功在Mac端安装了Chrome浏览器。