summaryrefslogtreecommitdiff
path: root/readlicense_oo
diff options
context:
space:
mode:
authorJan Bobisud <bobisjan@fel.cvut.cz>2013-04-29 16:10:41 +0200
committerTor Lillqvist <tml@iki.fi>2013-04-29 17:02:07 +0000
commita1f3824e94694433466d492ee16cf497783a3455 (patch)
tree9d543a62cf0759274a9ce737b7bda015abf6558c /readlicense_oo
parent8b324e21f2ae4345f41b32e6c4b9c8a658dd5492 (diff)
fdo#33370 Readme file could be easier to follow
Change-Id: I25794499711845cb8183664d1345e5513587d81c Reviewed-on: https://gerrit.libreoffice.org/3679 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'readlicense_oo')
-rwxr-xr-xreadlicense_oo/docs/readme.xrm9
1 files changed, 4 insertions, 5 deletions
diff --git a/readlicense_oo/docs/readme.xrm b/readlicense_oo/docs/readme.xrm
index 0f9f47c7d4a3..57204c2a5f9e 100755
--- a/readlicense_oo/docs/readme.xrm
+++ b/readlicense_oo/docs/readme.xrm
@@ -133,12 +133,11 @@
<p id="debianinstall2" xml:lang="en-US">When you unpack the downloaded archive, you will see that the contents have been decompressed into a sub-directory. Open a file manager window, and change directory to the one starting with "LibreOffice_", followed by the version number and some platform information.</p>
<p id="debianinstall3" xml:lang="en-US">This directory contains a subdirectory called "DEBS". Change directory to the "DEBS" directory.</p>
<p id="debianinstall4" xml:lang="en-US">Right-click within the directory and choose "Open in Terminal". A terminal window will open. From the command line of the terminal window, enter the following command (you will be prompted to enter your root user's password before the command will execute):</p>
- <p id="debianinstall5" xml:lang="en-US">sudo dpkg -i *.deb</p>
- <p id="debianinstall6" xml:lang="en-US">The above dpkg command does the first part of the installation process. To complete the process, you also need to install the desktop integration packages. To do this, change directory to the "desktop-integration" directory that is within the "DEBS" directory, using the following command:</p>
+ <p id="debianinstall5" xml:lang="en-US">The following commands will install LibreOffice and the desktop integration packages (you may just copy and paste them into the terminal screen rather than trying to type them):</p>
+ <p id="debianinstall6" xml:lang="en-US">sudo dpkg -i *.deb</p>
<p id="debianinstall7" xml:lang="en-US">cd desktop-integration</p>
- <p id="debianinstall8" xml:lang="en-US">Now run the dpkg command again:</p>
- <p id="debianinstall9" xml:lang="en-US">sudo dpkg -i *.deb</p>
- <p id="debianinstallA" xml:lang="en-US">The installation process is now completed, and you should have icons for all the ${PRODUCTNAME} applications in your desktop's Applications/Office menu.</p>
+ <p id="debianinstall8" xml:lang="en-US">sudo dpkg -i *.deb</p>
+ <p id="debianinstall9" xml:lang="en-US">The installation process is now completed, and you should have icons for all the ${PRODUCTNAME} applications in your desktop's Applications/Office menu.</p>
<h3 id="sdfsdfgf42t" xml:lang="en-US">Installation of ${PRODUCTNAME} on Fedora, openSUSE, Mandriva and other Linux systems using RPM packages</h3>
<p id="rpminstall1" xml:lang="en-US">If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack.</p>
<p id="rpminstall2" xml:lang="en-US">When you unpack the downloaded archive, you will see that the contents have been decompressed into a sub-directory. Open a file manager window, and change directory to the one starting with "LibreOffice_", followed by the version number and some platform information.</p>