📜  在 mac 上安装 apache - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:31.450000             🧑  作者: Mango

代码示例1
# update Homebrew
brew update

#install apache using Homebrew
brew install httpd