mirror of
https://github.com/tummychow/git-absorb
synced 2024-11-15 00:27:38 +00:00
README.md: add Debian and Ubuntu
git-absorb has been accepted into Debian on 2020-11-05 (available in bullseye and in testing/unstable).
This commit is contained in:
parent
3c3ef7a603
commit
ec17498999
1 changed files with 2 additions and 0 deletions
|
@ -31,10 +31,12 @@ Alternatively, `git absorb` is available in the following system package manager
|
||||||
| Repository | Command |
|
| Repository | Command |
|
||||||
| --------------------------- | -------------------------------------------- |
|
| --------------------------- | -------------------------------------------- |
|
||||||
| Arch Linux | `pacman -S git-absorb` |
|
| Arch Linux | `pacman -S git-absorb` |
|
||||||
|
| Debian | `apt install git-absorb` |
|
||||||
| DPorts | `pkg install git-absorb` |
|
| DPorts | `pkg install git-absorb` |
|
||||||
| FreeBSD Ports | `pkg install git-absorb` |
|
| FreeBSD Ports | `pkg install git-absorb` |
|
||||||
| Homebrew and Linuxbrew | `brew install git-absorb` |
|
| Homebrew and Linuxbrew | `brew install git-absorb` |
|
||||||
| nixpkgs stable and unstable | `nix-env -iA nixpkgs.gitAndTools.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` |
|
| Void Linux | `xbps-install -S git-absorb` |
|
||||||
|
|
||||||
## Compiling from Source
|
## Compiling from Source
|
||||||
|
|
Loading…
Reference in a new issue