From 1030639aef7aa67d8f18ce9b7b7a5ae7ec781c49 Mon Sep 17 00:00:00 2001
From: Yngve Inntjore Levinsen <Yngve.Levinsen@esss.se>
Date: Thu, 15 Feb 2018 12:55:56 +0100
Subject: [PATCH] minor doc cleanup

---
 doc/index.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/index.rst b/doc/index.rst
index e017b73..c5d9dc9 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -8,11 +8,13 @@ The sources can be found on GitLab_.
 Installation is easiest using pip. If you want to install just for your user type
 
 .. code-block:: bash
+
     pip install git+https://gitlab01.esss.lu.se/ess-bp/ess-python-tools.git -U --user
 
-If you want to install it system wide, omit the `--user` argument:
+If you want to install it system wide, omit the `-\-user` argument:
 
 .. code-block:: bash
+
     pip install git+https://gitlab01.esss.lu.se/ess-bp/ess-python-tools.git -U
 
 
-- 
GitLab