Skip to content

Commit 597e4a6

Browse files
authored
Modify installation instructions for Ubuntu
Changes to use apt, not snap. Fixes mislav#2695
1 parent b0c1cb6 commit 597e4a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Fedora Linux | [DNF](https://fedoraproject.org/wiki/DNF) | `sudo dnf install hub
4848
Arch Linux | [pacman](https://wiki.archlinux.org/index.php/pacman) | `sudo pacman -S hub`
4949
FreeBSD | [pkg(8)](http://man.freebsd.org/pkg/8) | `pkg install hub`
5050
Debian | [apt(8)](https://manpages.debian.org/buster/apt/apt.8.en.html) | `sudo apt install hub`
51-
Ubuntu | [Snap](https://snapcraft.io) | [We do not recommend installing the snap anymore.](https://github.com/github/hub/issues?q=is%3Aissue+snap)
51+
Ubuntu | [[apt(8)](http://manpages.ubuntu.com/manpages/focal/man8/apt.8.html)<sup>1</sup> | `sudo apt install hub`
5252
openSUSE | [Zypper](https://en.opensuse.org/SDB:Zypper_manual) | `sudo zypper install hub`
5353
Void Linux | [xbps](https://github.com/void-linux/xbps) | `sudo xbps-install -S hub`
5454
Gentoo | [Portage](https://wiki.gentoo.org/wiki/Portage) | `sudo emerge dev-vcs/hub`
@@ -59,6 +59,8 @@ Packages other than Homebrew are community-maintained (thank you!) and they
5959
are not guaranteed to match the [latest hub release][latest]. Check `hub
6060
version` after installing a community package.
6161

62+
<sup>1</sup> [We do not recommend installing the snap anymore.](https://github.com/github/hub/issues?q=is%3Aissue+snap)
63+
6264
#### Standalone
6365

6466
`hub` can be easily installed as an executable. Download the [latest

0 commit comments

Comments
 (0)