diff options
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index c9be1570..6a42eb94 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} |