From 62adf94b80d95fde3ffecb48553373e90a8ffecc Mon Sep 17 00:00:00 2001 From: Mark Barnard Date: Fri, 27 Jun 2014 11:06:44 -0400 Subject: [PATCH] Fixed markup using auto tagging --- admin_manual/maintenance/update.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/maintenance/update.rst b/admin_manual/maintenance/update.rst index 3c96ccd04..69eeb4d07 100644 --- a/admin_manual/maintenance/update.rst +++ b/admin_manual/maintenance/update.rst @@ -131,9 +131,9 @@ To upgrade your ownCloud Server: #. Replace the old version of ownCloud Server with the new version of ownCloud Server: - Assuming that your installation directory is called ‘owncloud’, and that it resides in your working directory, the command to unpack the release tarball into the directory would be as follows: + Assuming that your installation directory is called ‘owncloud’, and that it resides in your working directory, the command to unpack the release tarball into the directory would be as follows:: - ``tar xjf owncloud-latest.tar.bz2`` + tar xjf owncloud-latest.tar.bz2 In Microsoft Windows environments, you can unpack the release tarball using WinZip or a similar tool (for example, Peazip).