...
 
Commits (4)
    https://gitcode.net/github/hub/-/commit/34187201e8318572dadbcdb3c8165887559d7dd0 add ubuntu to the apt installation platform 2021-07-05T10:49:09+12:00 CyberFlame cyberflameu@gmail.com https://gitcode.net/github/hub/-/commit/24fd8caa61ddce983cabcec31e22479a578772ba minor changes (spelling, md, grammar) 2021-07-05T10:55:43+12:00 CyberFlame cyberflameu@gmail.com https://gitcode.net/github/hub/-/commit/94d5b0fb1334c0cc3e5a69deb1535e8d0ee015bf add reference to security policy 2021-07-05T11:00:58+12:00 CyberFlame cyberflameu@gmail.com https://gitcode.net/github/hub/-/commit/af7150924e85073225020f75134841cd889b5e7e Merge pull request #2796 from CyberFlameGO/patch-1 2021-09-04T12:07:08+02:00 Mislav Marohnić mislav@github.com various docfile updates
Please report security vulnerabilities to mislav@github.com. Thank you! Please report security vulnerabilities to mislav@github.com. Thank you!
Note that, unlike [GitHub CLI](https://github.com/cli/cli), hub is _not_ an elegible target for the [GitHub Bug Bounty program](https://hackerone.com/github). Note that, unlike the [GitHub CLI](https://github.com/cli/cli), `hub` is _not_ an eligible target for the [GitHub Bug Bounty program](https://hackerone.com/github).
...@@ -28,6 +28,7 @@ feature is a good idea for hub if it improves some workflow for a GitHub user. ...@@ -28,6 +28,7 @@ feature is a good idea for hub if it improves some workflow for a GitHub user.
* If you're proposing to add a new custom command such as `hub foo`, please * If you're proposing to add a new custom command such as `hub foo`, please
research if there's a possibility that such a custom command could conflict research if there's a possibility that such a custom command could conflict
with other commands from popular 3rd party git projects. with other commands from popular 3rd party git projects.
* If your contribution fixes a security vulnerability, please refer to the [SECURITY.md](./.github/SECURITY.md) security policy file
## How to install dependencies and run tests ## How to install dependencies and run tests
......
...@@ -47,7 +47,7 @@ Windows | [Chocolatey](https://chocolatey.org/) | `choco install hub` ...@@ -47,7 +47,7 @@ Windows | [Chocolatey](https://chocolatey.org/) | `choco install hub`
Fedora Linux | [DNF](https://fedoraproject.org/wiki/DNF) | `sudo dnf install hub` Fedora Linux | [DNF](https://fedoraproject.org/wiki/DNF) | `sudo dnf install hub`
Arch Linux | [pacman](https://wiki.archlinux.org/index.php/pacman) | `sudo pacman -S hub` Arch Linux | [pacman](https://wiki.archlinux.org/index.php/pacman) | `sudo pacman -S hub`
FreeBSD | [pkg(8)](http://man.freebsd.org/pkg/8) | `pkg install hub` FreeBSD | [pkg(8)](http://man.freebsd.org/pkg/8) | `pkg install hub`
Debian | [apt(8)](https://manpages.debian.org/buster/apt/apt.8.en.html) | `sudo apt install hub` Debian, Ubuntu | [apt(8)](https://manpages.debian.org/buster/apt/apt.8.en.html) | `sudo apt install hub`
Ubuntu | [Snap](https://snapcraft.io) | [We do not recommend installing the snap anymore.](https://github.com/github/hub/issues?q=is%3Aissue+snap) Ubuntu | [Snap](https://snapcraft.io) | [We do not recommend installing the snap anymore.](https://github.com/github/hub/issues?q=is%3Aissue+snap)
openSUSE | [Zypper](https://en.opensuse.org/SDB:Zypper_manual) | `sudo zypper install hub` openSUSE | [Zypper](https://en.opensuse.org/SDB:Zypper_manual) | `sudo zypper install hub`
Void Linux | [xbps](https://github.com/void-linux/xbps) | `sudo xbps-install -S hub` Void Linux | [xbps](https://github.com/void-linux/xbps) | `sudo xbps-install -S hub`
......