Skip to content

Commit 1781a3e

Browse files
committed
Do not recommend installing hub via Snap
It's just a bad system for this kind of CLI application. Closes mislav#2565
1 parent 51362c9 commit 1781a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Fedora Linux | [DNF](https://fedoraproject.org/wiki/DNF) | `sudo dnf install hub
4343
Arch Linux | [pacman](https://wiki.archlinux.org/index.php/pacman) | `sudo pacman -S hub`
4444
FreeBSD | [pkg(8)](http://man.freebsd.org/pkg/8) | `pkg install hub`
4545
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`
46+
Ubuntu | [Snap](https://snapcraft.io) | [We do not recommend installing the snap anymore.](https://github.com/github/hub/issues?q=is%3Aissue+snap)
4747
openSUSE | [Zypper](https://en.opensuse.org/SDB:Zypper_manual) | `sudo zypper install hub`
4848
Void Linux | [xbps](https://github.com/void-linux/xbps) | `sudo xbps-install -S hub`
4949
Gentoo | [Portage](https://wiki.gentoo.org/wiki/Portage) | `sudo emerge dev-vcs/hub`

0 commit comments

Comments
 (0)