From ec1749899943933630e708a7e6cbf25fb0ef2a2c Mon Sep 17 00:00:00 2001 From: Andrej Shadura Date: Mon, 29 Nov 2021 14:01:42 +0100 Subject: [PATCH] README.md: add Debian and Ubuntu git-absorb has been accepted into Debian on 2020-11-05 (available in bullseye and in testing/unstable). --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9cc7211..a33ad7c 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,12 @@ Alternatively, `git absorb` is available in the following system package manager | Repository | Command | | --------------------------- | -------------------------------------------- | | Arch Linux | `pacman -S git-absorb` | +| Debian | `apt install git-absorb` | | DPorts | `pkg install git-absorb` | | FreeBSD Ports | `pkg install git-absorb` | | Homebrew and Linuxbrew | `brew install git-absorb` | | nixpkgs stable and unstable | `nix-env -iA nixpkgs.gitAndTools.git-absorb` | +| Ubuntu | `apt install git-absorb` | | Void Linux | `xbps-install -S git-absorb` | ## Compiling from Source