diff --git a/INSTALL b/INSTALL index f3c10d23848fdf186ce5abc0a1ae8c1c77d4b9c6..6e40a692aa2ee0a8c5a3c0e983452dc64119926a 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