From: Rob Browning Date: Tue, 13 Mar 2018 01:09:45 +0000 (-0500) Subject: README.md: recommend the stable release when building from source X-Git-Tag: 0.30~101 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=f9f52d51c510257f07bea9ef90dfb677b2aa9073 README.md: recommend the stable release when building from source Signed-off-by: Rob Browning --- diff --git a/README.md b/README.md index 267bf7e..4521e30 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,15 @@ From source git clone https://github.com/bup/bup + - This will leave you on the master branch, which is perfect if you + would like to help with development, but if you'd just like to use + bup, please check out the latest stable release like this: + + git checkout 0.29.1 + + You can see the latest stable release here: + https://github.com/bup/bup/releases. + - Install the required python libraries (including the development libraries).