Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2022-03-28 15:23:00 -04:00
commit dd7ee7da72
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,7 @@ detailed instructions | quick install
  [[Ubuntu]] | `apt-get install git-annex`
  [[Fedora]] | `yum install git-annex`
  [[ArchLinux]] | `pacman -S git-annex`
  [[AlpineLinux]] | `apk add git-annex`
  [[NixOS]] | `nix-env -i git-annex`
  [[Gentoo]] | `emerge git-annex`
  [[Guix]] | `guix package -i git-annex`

View file

@ -0,0 +1,3 @@
There is now a [git-annex package for AlpineLinux](https://pkgs.alpinelinux.org/package/edge/community/x86_64/git-annex), so to install it:
apk add git-annex