diff --git a/docs/dev_environment.md b/docs/dev_environment.md --- a/docs/dev_environment.md +++ b/docs/dev_environment.md @@ -58,7 +58,7 @@ [PHP](https://www.php.net) is needed for Arcanist. As of macOS 12 (Monterey), PHP is no longer bundled with the OS and needs to be installed via Homebrew. ``` -brew install php@7.4; brew upgrade php@7.4 +brew install php@7.4 && brew upgrade php@7.4 ``` ## Rust