From 0fc2fe956bbb0289297b4807ee09235455d9ea39 Mon Sep 17 00:00:00 2001 From: Sandro Date: Wed, 12 Aug 2020 22:51:14 +0200 Subject: [PATCH 1/2] Mention apt install method --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1d02d36..b213108 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,12 @@ export _MENU_THEME=legacy ## Installation +### Debian and Ubuntu + +```bash +apt install git-quick-stats +``` + ### UNIX and Linux ```bash From a113dc306fc0171369f9d37329a7c4420a156f47 Mon Sep 17 00:00:00 2001 From: Sandro Date: Fri, 14 Aug 2020 10:01:56 +0200 Subject: [PATCH 2/2] Mention which releases have the package --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b213108..ede9ee3 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,8 @@ export _MENU_THEME=legacy ### Debian and Ubuntu +If you are on at least Debian Bullseye or Ubuntu Focal you can use apt for installation: + ```bash apt install git-quick-stats ```