X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=README.md;h=489cafd797ae8ee325e4ec08246eeb8e8736b771;hb=a90d677d550deac13b2baaeade5d73f9320f574c;hp=20c009e4cad34b32700848a086a305f376b4df64;hpb=cad3c11dc6f6a9e6c2037ee15e60091649626719;p=bup.git diff --git a/README.md b/README.md index 20c009e..489cafd 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Reasons you might want to avoid bup for you, but we don't know why. It is also missing some probably-critical features. - - It requires python >= 2.5, a C compiler, and an installed git + - It requires python >= 2.6, a C compiler, and an installed git version >= 1.5.3.1. It also requires par2 if you want fsck to be able to generate the information needed to recover from some types of corruption. @@ -86,7 +86,10 @@ Reasons you might want to avoid bup Notable changes introduced by a release ======================================= - - Changes in 0.28 (unreleased) as compared to 0.27 + - Changes in 0.28.1 as compared to 0.28 + - Changes in 0.28 as compared to 0.27.1 + - Changes in 0.27.1 as compared to 0.27 + Getting started =============== @@ -96,7 +99,7 @@ From source - Check out the bup source code using git: - git clone git://github.com/bup/bup + git clone https://github.com/bup/bup - Install the required python libraries (including the development libraries). @@ -106,8 +109,8 @@ From source apt-get build-dep bup - Otherwise try this (substitute python2.6-dev or python2.5-dev if - you have an older system): + Otherwise try this (substitute python2.6-dev if you have an older + system): apt-get install python2.7-dev python-fuse apt-get install python-pyxattr python-pylibacl