aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.tex
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2003-01-28 19:45:13 +0000
committerAlexey Shchepin <alexey@process-one.net>2003-01-28 19:45:13 +0000
commit275b31b0cf7c91a549a996b9c714def5bac5c4a4 (patch)
treed668270265dd3402075cb3949bad11599d61dbf7 /doc/guide.tex
parent*** empty log message *** (diff)
*** empty log message ***
SVN Revision: 52
Diffstat (limited to 'doc/guide.tex')
-rw-r--r--doc/guide.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index c9be15708..6a42eb947 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -94,6 +94,12 @@ Latest alpha version can be retrieved via CVS\@. Do following steps:
\subsection{Compilation}
\label{sec:compilation}
+\begin{verbatim}
+./configure
+make
+\end{verbatim}
+
+TBD
@@ -101,6 +107,15 @@ Latest alpha version can be retrieved via CVS\@. Do following steps:
%\label{sec:initconfig}
+\subsection{Starting}
+\label{sec:starting}
+
+\begin{verbatim}
+erl -name ejabberd -s ejabberd
+\end{verbatim}
+
+TBD
+
\section{Configuration}
\label{sec:configuration}