Last active
August 29, 2015 14:15
-
-
Save greenweb/c0d5c34643fac42103d3 to your computer and use it in GitHub Desktop.
Download the current version of WordPress to your shell account's home directory and unzip it
From http://codex.wordpress.org/UNIX_Shell_Skills
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget http://wordpress.org/latest.tar.gz | |
tar -zxvf latest.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment