From ebb3bd8c14f7ad0c871de05eb7020320b4996807 Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Mon, 25 Mar 2013 03:08:46 +0100 Subject: [PATCH] More formatting --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index f3c10d2384..6e40a692aa 100644 --- a/INSTALL +++ b/INSTALL @@ -25,7 +25,7 @@ User installation ----------------- There is a way to install weboob locally without messing with your system. -Run ./tools/local_install.sh as your local user. :: +Run ``./tools/local_install.sh`` as your local user. :: $ ./tools/local_install.sh ~/bin @@ -35,8 +35,8 @@ System insallation (discouraged) -------------------------------- The install mode copies files to the Python system-wide packages directory -(for example /usr/lib/python2.5/site-packages for Python 2.5, -or /usr/local/lib/python2.6/dist-packages for Python 2.6). :: +(for example ``/usr/lib/python2.5/site-packages`` for Python 2.5, +or ``/usr/local/lib/python2.6/dist-packages`` for Python 2.6). :: # ./setup.py install -- GitLab