We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93537d4 + 4ccb048 commit ef871daCopy full SHA for ef871da
README.md
@@ -45,6 +45,8 @@ FreeBSD | [pkg(8)](http://man.freebsd.org/pkg/8) | `pkg install hub`
45
Debian | [apt(8)](https://manpages.debian.org/buster/apt/apt.8.en.html) | `sudo apt install hub`
46
Ubuntu | [Snap](https://snapcraft.io) | `sudo snap install hub --classic`
47
openSUSE | [Zypper](https://en.opensuse.org/SDB:Zypper_manual) | `sudo zypper install hub`
48
+Void Linux | [xbps](https://github.com/void-linux/xbps) | `sudo xbps-install -S hub`
49
+Gentoo | [Portage](https://wiki.gentoo.org/wiki/Portage) | `sudo emerge dev-vcs/hub`
50
51
Packages other than Homebrew are community-maintained (thank you!) and they
52
are not guaranteed to match the [latest hub release][latest]. Check `hub
0 commit comments