Skip to content

Instantly share code, notes, and snippets.

@thetwopct
Last active December 22, 2018 05:42
Show Gist options
  • Save thetwopct/9cad41fc729a028573fccb255f77833b to your computer and use it in GitHub Desktop.
Save thetwopct/9cad41fc729a028573fccb255f77833b to your computer and use it in GitHub Desktop.
Download & Install WordPress via Curl on Mac in Terminal
# run in root directory you want WordPress installed in
curl -LO https://wordpress.org/latest.zip
unzip latest.zip
mv wordpress/* .
rmdir wordpress
rm latest.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment