summaryrefslogtreecommitdiffstats
path: root/doc/en/index.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/index.docbook')
-rw-r--r--doc/en/index.docbook26
1 files changed, 19 insertions, 7 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index 835ca7a..7886bb7 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -97,10 +97,10 @@ is specified at RUNAS</para></listitem>
<para>Copyright 2003 Robert Gruber</para>
-<para>The author can be reached through email at
-<email>rgruber@users.sourceforge.net</email>. Please report any bugs you
-find to me so that I can fix them. If you have a suggestion, feel free
-to contact me.</para>
+<para>
+&tdesudo; is part of the TDE project, for bug reports, please, report them to
+ the Trinity developpers.
+</para>
&underFDL;
&underGPL;
@@ -112,15 +112,27 @@ to contact me.</para>
<sect1 id="downloading">
<title>Downloading</title>
-
-&install.intro.documentation;
+<para>
+The source code is available at <ulink url="https://mirror.git.trinitydesktop.org/gitea/TDE/tdesudo">https://mirror.git.trinitydesktop.org/gitea/TDE/tdesudo</ulink> .
+</para>
</sect1>
<sect1 id="compiling">
<title>Compiling</title>
-&install.compile.documentation;
+<para>
+In order to compile and install &tdesudo; on your system, you will need cmake.
+
+<screen width="40">
+<prompt>%</prompt> <userinput>mkdir -p build</userinput>
+<prompt>%</prompt> <userinput>cd build</userinput>
+<prompt>%</prompt> <userinput>cmake ..</userinput>
+<prompt>%</prompt> <userinput>make install</userinput>
+</screen>
+
+For further instructions, please, read the INSTALL file.
+</para>
</sect1>
</appendix>