changeset 1574:26812e5f7549

Update installation part.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 14 Feb 2014 12:50:17 +0200
parents 2c49cca69a8b
children 029893216347
files docs/manual.sgml
diffstat 1 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/manual.sgml	Wed Jan 01 22:01:20 2014 +0200
+++ b/docs/manual.sgml	Fri Feb 14 12:50:17 2014 +0200
@@ -392,9 +392,18 @@
 (*.asc), which can be used to cryptographically
 <link linkend="app-verify-sig">verify the authenticity</link> of files.
 </para>
+<para>
+To "install" the package, you simply unpack it to appropriate directory,
+typically under your home directory. Under UNIX-style system:
+</para>
+
+<userinput>cd $HOME</userinput>
+<userinput>tar xzvf ggrtf-&ggrtfver;.tar.gz</userinput>
+
 
 <para>
-
+After that, you should have directory $HOME/ggrtf/ with all the *.tf files in it.
+If so, you can continue to the <link linkend="inst-config">configuration part</link>.
 </para>
 
 </section>