From 1b533f2340b14da97c050d219a2beafd51530390 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 2 Jan 2020 17:42:18 +0100 Subject: [PATCH] documentation: README.md: add instructions for downloading latest master --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e205814..15444aa 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,12 @@ Installation ============ Btrbk is a single perl script, and does not require any special -installation procedures or libraries. Simply download the latest -[btrbk source tarball] and run the "btrbk" executable. +installation procedures or libraries. Download the latest [btrbk +source tarball], or try latest master: + + wget https://raw.githubusercontent.com/digint/btrbk/master/btrbk + chmod +x btrbk + sudo ./btrbk ls / For more information, read the [installation documentation].