Difference between revisions of "WordPress Manual Upgrade for Experts"

m
m
Line 36: Line 36:
<syntaxhighlight lang="text">
<syntaxhighlight lang="text">
tar -xf WhatEverFIleName
tar -xf WhatEverFIleName
OR
tar -xvzf wordpress-w.x.yz.tar.gz -C /var/www/html/WhatEverDirectory (Don't worry about making a mess with a lot of files as the TAR File's first item is a Directory, as it should be)
</syntaxhighlight>
</syntaxhighlight>