diff --git a/Doc/UserManual/Installation.tex b/Doc/UserManual/Installation.tex
index f2c99cfd680e7585e045071dd1b72bbac44fac96..a1e199cacaaff532915fe82f4b6d6fc27dabd908 100644
--- a/Doc/UserManual/Installation.tex
+++ b/Doc/UserManual/Installation.tex
@@ -138,7 +138,7 @@ sudo port install eigen3
 \BornAgain\ source can be downloaded at \url{http://apps.jcns.fz-juelich.de/BornAgain}
 and unpacked with
 \begin{lstlisting}[language=shell, style=commandline]
-tar xfz bornagain-<version>.tgz
+tar xfz bornagain-<version>.tar.gz
 \end{lstlisting}
 
 \noindent
@@ -181,7 +181,7 @@ previous sections, type build commands
 \begin{lstlisting}[language=bash, style=commandline]
 mkdir <build_dir>
 cd <build_dir>
-cmake <source_dir> -DCMAKE_INSTALL_PREFIX=<install_dir>
+cmake  -DCMAKE_INSTALL_PREFIX=<install_dir> <source_dir>
 make
 \end{lstlisting}
 \vspace*{3mm}
diff --git a/Doc/UserManual/QuickStart.tex b/Doc/UserManual/QuickStart.tex
index 72dc093583f8d5196cba957c83d3e820b03d4579..8a6386cb64c51b04792c76346c661131aa68fe45 100644
--- a/Doc/UserManual/QuickStart.tex
+++ b/Doc/UserManual/QuickStart.tex
@@ -38,7 +38,7 @@ git clone git://apps.jcns.fz-juelich.de/BornAgain.git
 {\bf Step III: $~$ building the source}
 \begin{lstlisting}[language=shell, style=commandline]
 mkdir <build_dir>; cd <build_dir>;
-cmake <source_dir> -DCMAKE_INSTALL_PREFIX=<install_dir>
+cmake -DCMAKE_INSTALL_PREFIX=<install_dir> <source_dir>
 make
 make check
 make install
@@ -59,12 +59,11 @@ python CylindersAndPrisms.py
 
 \noindent
 {\bf Step I: $~$ installing third party software} \newline
-Current version of \BornAgain\ requires \Code{Python, numpy, matplotlib} 
-to be installed on the system.
-If you don't have them already, you can use \Code{PythonXY} installer
-at \url{https://code.google.com/p/pythonxy} with default installation options
-to install all necessary packages (and more).
-together.
+The current version of \BornAgain\ requires \Code{Python, numpy, matplotlib} 
+to be installed on the system. If you don't have them already installed,
+you can use \Code{PythonXY} installer
+at \url{https://code.google.com/p/pythonxy} which, with default installation options, will contain at least these three packages.
+\BornAgain\ installation.
 \vspace*{2mm}
 
 \noindent
@@ -74,7 +73,7 @@ Double click it to start installation process, then follow instructions.
 \vspace*{2mm}
 
 \noindent
-{\bf Step IV: $~$ running example} \newline
+{\bf Step III: $~$ running example} \newline
 Run an example simulation by double-clicking on the python script located in the \BornAgain\ installation directory:
 \begin{lstlisting}[language=shell, style=commandline]
 python C:/BornAgain-0.9.1/Examples/python/ex001_CylindersAndPrisms/CylindersAndPrisms.py
diff --git a/Doc/UserManual/UserManual.pdf b/Doc/UserManual/UserManual.pdf
index d88b94d9cc574f5a66f3749e19bb0161817ecbc1..db1e10586fe54b1adab3e442b53895e59fdaf310 100644
Binary files a/Doc/UserManual/UserManual.pdf and b/Doc/UserManual/UserManual.pdf differ