From f9f52d51c510257f07bea9ef90dfb677b2aa9073 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Mon, 12 Mar 2018 20:09:45 -0500 Subject: [PATCH] README.md: recommend the stable release when building from source Signed-off-by: Rob Browning --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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). -- 2.39.2