From 57bc86b7a97ba1bcba01d053216267306d171366 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Fri, 13 Oct 2017 14:02:50 +0200 Subject: [PATCH] README.md: mention github source code repository --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b6bc04..ba64303 100644 --- a/README.md +++ b/README.md @@ -535,11 +535,16 @@ Development Source Code Repository ---------------------- -The source code for btrbk is managed using Git. Check out the source -like this: +The source code for btrbk is managed using Git. + +Official repository: git clone https://dev.tty0.ch/btrbk.git +Mirror on GitHub: + + git clone https://github.com/digint/btrbk.git + How to Contribute -----------------