From f427ffb64facc4572af91f32b98234d2aed2b266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Sun, 25 Mar 2012 09:30:37 +0200 Subject: [PATCH] Fix markdown indentation in README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index acc5e533c..dea942c3d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - bup: It backs things up ======================= @@ -93,15 +92,15 @@ From source - Install the needed python libraries (including the development libraries). On Debian or Ubuntu, this is usually: - apt-get install python2.6-dev python-fuse - apt-get install python-pyxattr python-pylibacl - + + apt-get install python2.6-dev python-fuse python-pyxattr python-pylibacl + Substitute python2.5-dev or python2.4-dev if you have an older system. - + Or on newer Debian/Ubuntu versions, you can try this: - + apt-get build-dep bup - + - Build the python module and symlinks: make