From 3a907e7c9df8341483ab35ebdc10615a553208b8 Mon Sep 17 00:00:00 2001 From: Yngve Inntjore Levinsen <Yngve.Levinsen@esss.se> Date: Tue, 16 Jun 2015 11:33:47 +0200 Subject: [PATCH] markdown is hard --- README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index dd1e490..b21f995 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,8 @@ You are free to use this code, but no warranty whatsoever is given. To install the package, first download from Bitbucket. Then enter the directory, and run the setup script. An example is shown below of these three steps, where the installed files goes into your .local/ directory in $HOME. - git clone https://bitbucket.org/ess-bp/ess-python-tools.git - cd ess-python-tools - python setup.py install --prefix=~/.local/ +``` +git clone https://bitbucket.org/ess-bp/ess-python-tools.git +cd ess-python-tools +python setup.py install --prefix=~/.local/ +``` -- GitLab