Type the following in your terminal
wget https://wordpress.org/latest.tar.gz
Unzip the file
tar -xvzf latest.tar.gz
If you don’t have “wget” installed, install Homebrew if you don’t have it installed already
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
With homebrew installed, install “wget” with the following
brew install wget
Have any questions or comments? Write them below!